#CC69EA

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

Shades of Heliotrope #CC69EA

Tints of Heliotrope #CC69EA

Color information

#CC69EA (or 0xCC69EA) is unknown color: approx Heliotrope. HEX triplet: CC, 69 and EA. RGB value is (204,105,234). Sum of RGB (Red+Green+Blue) = 204+105+234=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC69EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69EA is #339615. Grayscale: #949494. Windows color (decimal): -3380758 or 15362508. OLE color: 15362508.

HSL color Cylindrical-coordinate representation of color #CC69EA: hue angle of 286.05º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC69EA is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204105234-
CMYK0.130.5500.08
HSL286.05º75.44%66.47%-
HSV(B)286.05º55.13%91.76%-
XYZ44.828.8881.06-
YUV149.31175.8167.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 105 (41.41% from 255) = 19.34%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=37.57%
G=19.34%
B=43.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041052340.130.5500.08286.0575.4466.47
HexCC69EAD370811e4b42
Octal3141513521567010436113102
Binary1100110011010011110101011011101110100010001111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69EA; }

 p { color: rgb(204,105,234); }

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

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

 a { background-color: rgb(204,105,234); }

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

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

 span { border-color: rgb(204,105,234); }

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