#CC6EF9

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

Shades of Heliotrope #CC6EF9

Tints of Heliotrope #CC6EF9

Color information

#CC6EF9 (or 0xCC6EF9) is unknown color: approx Heliotrope. HEX triplet: CC, 6E and F9. RGB value is (204,110,249). Sum of RGB (Red+Green+Blue) = 204+110+249=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC6EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EF9 is #339106. Grayscale: #999999. Windows color (decimal): -3379463 or 16346828. OLE color: 16346828.

HSL color Cylindrical-coordinate representation of color #CC6EF9: hue angle of 280.58º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6EF9 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204110249-
CMYK0.180.5600.02
HSL280.58º92.05%70.39%-
HSV(B)280.58º55.82%97.65%-
XYZ47.5830.8393.07-
YUV153.95181.64163.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 110 (43.36% from 255) = 19.54%
BLUE value IS 249 (97.66% from 255) = 44.23%
R=36.23%
G=19.54%
B=44.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041102490.180.5600.02280.5892.0570.39
HexCC6EF91238021195c46
Octal314156371227002431134106
Binary110011001101110111110011001011100001010001100110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6EF9; }

 p { color: rgb(204,110,249); }

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

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

 a { background-color: rgb(204,110,249); }

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

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

 span { border-color: rgb(204,110,249); }

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