#CC68EC

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

Shades of Heliotrope #CC68EC

Tints of Heliotrope #CC68EC

Color information

#CC68EC (or 0xCC68EC) is unknown color: approx Heliotrope. HEX triplet: CC, 68 and EC. RGB value is (204,104,236). Sum of RGB (Red+Green+Blue) = 204+104+236=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC68EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68EC is #339713. Grayscale: #949494. Windows color (decimal): -3381012 or 15493324. OLE color: 15493324.

HSL color Cylindrical-coordinate representation of color #CC68EC: hue angle of 285.45º 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 #CC68EC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204104236-
CMYK0.140.5600.07
HSL285.45º77.65%66.67%-
HSV(B)285.45º55.93%92.55%-
XYZ44.9928.7982.54-
YUV148.95177.13167.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 19.12%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=37.5%
G=19.12%
B=43.38%

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
Decimal2041042360.140.5600.07285.4577.6566.67
HexCC68ECE380711d4e43
Octal314150354167007435116103
Binary110011001101000111011001110111000011110001110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC68EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC68EC; }

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

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

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

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

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

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

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

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