#CC69EC

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

Shades of Heliotrope #CC69EC

Tints of Heliotrope #CC69EC

Color information

#CC69EC (or 0xCC69EC) is unknown color: approx Heliotrope. HEX triplet: CC, 69 and EC. RGB value is (204,105,236). Sum of RGB (Red+Green+Blue) = 204+105+236=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69EC is #339613. Grayscale: #959595. Windows color (decimal): -3380756 or 15493580. OLE color: 15493580.

HSL color Cylindrical-coordinate representation of color #CC69EC: hue angle of 285.34º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC69EC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204105236-
CMYK0.140.5600.07
HSL285.34º77.51%66.86%-
HSV(B)285.34º55.51%92.55%-
XYZ45.092982.58-
YUV149.54176.8166.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 105 (41.41% from 255) = 19.27%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=37.43%
G=19.27%
B=43.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041052360.140.5600.07285.3477.5166.86
HexCC69ECE380711d4e43
Octal314151354167007435116103
Binary110011001101001111011001110111000011110001110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69EC; }

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

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

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

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

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

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

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

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