#C874EA

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

Shades of Heliotrope #C874EA

Tints of Heliotrope #C874EA

Color information

#C874EA (or 0xC874EA) is unknown color: approx Heliotrope. HEX triplet: C8, 74 and EA. RGB value is (200,116,234). Sum of RGB (Red+Green+Blue) = 200+116+234=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #C874EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874EA is #378B15. Grayscale: #9A9A9A. Windows color (decimal): -3640086 or 15365320. OLE color: 15365320.

HSL color Cylindrical-coordinate representation of color #C874EA: hue angle of 282.71º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C874EA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200116234-
CMYK0.150.5000.08
HSL282.71º73.75%68.63%-
HSV(B)282.71º50.43%91.76%-
XYZ44.9230.7181.4-
YUV154.57172.83160.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.36%
GREEN value IS 116 (45.70% from 255) = 21.09%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=36.36%
G=21.09%
B=42.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001162340.150.5000.08282.7173.7568.63
HexC874EAF320811b4a45
Octal3101643521762010433112105
Binary1100100011101001110101011111100100100010001101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C874EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C874EA; }

 p { color: rgb(200,116,234); }

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

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

 a { background-color: rgb(200,116,234); }

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

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

 span { border-color: rgb(200,116,234); }

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