#CC6CF0

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

Shades of Heliotrope #CC6CF0

Tints of Heliotrope #CC6CF0

Color information

#CC6CF0 (or 0xCC6CF0) is unknown color: approx Heliotrope. HEX triplet: CC, 6C and F0. RGB value is (204,108,240). Sum of RGB (Red+Green+Blue) = 204+108+240=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC6CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CF0 is #33930F. Grayscale: #979797. Windows color (decimal): -3379984 or 15756492. OLE color: 15756492.

HSL color Cylindrical-coordinate representation of color #CC6CF0: hue angle of 283.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6CF0 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204108240-
CMYK0.150.5500.06
HSL283.64º81.48%68.24%-
HSV(B)283.64º55%94.12%-
XYZ45.9929.8585.78-
YUV151.75177.8165.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 108 (42.58% from 255) = 19.57%
BLUE value IS 240 (94.14% from 255) = 43.48%
R=36.96%
G=19.57%
B=43.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041082400.150.5500.06283.6481.4868.24
HexCC6CF0F370611c5144
Octal314154360176706434121104
Binary110011001101100111100001111110111011010001110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6CF0; }

 p { color: rgb(204,108,240); }

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

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

 a { background-color: rgb(204,108,240); }

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

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

 span { border-color: rgb(204,108,240); }

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