#CC6DF0

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

Shades of Heliotrope #CC6DF0

Tints of Heliotrope #CC6DF0

Color information

#CC6DF0 (or 0xCC6DF0) is unknown color: approx Heliotrope. HEX triplet: CC, 6D and F0. RGB value is (204,109,240). Sum of RGB (Red+Green+Blue) = 204+109+240=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC6DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6DF0 is #33920F. Grayscale: #979797. Windows color (decimal): -3379728 or 15756748. OLE color: 15756748.

HSL color Cylindrical-coordinate representation of color #CC6DF0: hue angle of 283.51º 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 #CC6DF0 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204109240-
CMYK0.150.5500.06
HSL283.51º81.37%68.43%-
HSV(B)283.51º54.58%94.12%-
XYZ46.130.0785.81-
YUV152.34177.47164.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 109 (42.97% from 255) = 19.71%
BLUE value IS 240 (94.14% from 255) = 43.40%
R=36.89%
G=19.71%
B=43.40%

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
Decimal2041092400.150.5500.06283.5181.3768.43
HexCC6DF0F370611c5144
Octal314155360176706434121104
Binary110011001101101111100001111110111011010001110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6DF0; }

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

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

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

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

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

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

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

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