#C34CFE

Color #C34CFE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C34CFE

Tints of Medium Orchid #C34CFE

Color information

#C34CFE (or 0xC34CFE) is unknown color: approx Medium Orchid. HEX triplet: C3, 4C and FE. RGB value is (195,76,254). Sum of RGB (Red+Green+Blue) = 195+76+254=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #C34CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CFE is #3CB301. Grayscale: #838383. Windows color (decimal): -3977986 or 16665795. OLE color: 16665795.

HSL color Cylindrical-coordinate representation of color #C34CFE: hue angle of 280.11º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C34CFE is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19576254-
CMYK0.230.7000.00
HSL280.11º98.89%64.71%-
HSV(B)280.11º70.08%99.61%-
XYZ42.9823.9396.12-
YUV131.87196.92173.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 76 (30.08% from 255) = 14.48%
BLUE value IS 254 (99.61% from 255) = 48.38%
R=37.14%
G=14.48%
B=48.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal195762540.230.7000.00280.1198.8964.71
HexC34CFE1746001186341
Octal3031143762710600430143101
Binary110000111001100111111101011110001100010001100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34CFE; }

 p { color: rgb(195,76,254); }

 H1.HeaderClassName
 {
   color: #C34CFE;
 }
 .AnyTagClassName
 {
   color: #C34CFE;
 }
</style>
background-color css

<style>
 a { background-color: #C34CFE; }

 a { background-color: rgb(195,76,254); }

 div.DivClassName
 {
   background-color: #C34CFE;
 }
 .BgClassName
 {
   background-color: #C34CFE;
 }
</style>
border-color css

<style>
 span { border-color: #C34CFE; }

 span { border-color: rgb(195,76,254); }

 td.TdClassName
 {
   border-color: #C34CFE;
 }
 .TagClassName
 {
   border-color: #C34CFE;
 }
</style>