#CC6DF2

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

Shades of Heliotrope #CC6DF2

Tints of Heliotrope #CC6DF2

Color information

#CC6DF2 (or 0xCC6DF2) is unknown color: approx Heliotrope. HEX triplet: CC, 6D and F2. RGB value is (204,109,242). Sum of RGB (Red+Green+Blue) = 204+109+242=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC6DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6DF2 is #33920D. Grayscale: #989898. Windows color (decimal): -3379726 or 15887820. OLE color: 15887820.

HSL color Cylindrical-coordinate representation of color #CC6DF2: hue angle of 282.86º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6DF2 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204109242-
CMYK0.160.5500.05
HSL282.86º83.65%68.82%-
HSV(B)282.86º54.96%94.9%-
XYZ46.430.1987.39-
YUV152.57178.47164.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 109 (42.97% from 255) = 19.64%
BLUE value IS 242 (94.92% from 255) = 43.60%
R=36.76%
G=19.64%
B=43.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041092420.160.5500.05282.8683.6568.82
HexCC6DF210370511b5445
Octal314155362206705433124105
Binary1100110011011011111001010000110111010110001101110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6DF2; }

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

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

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

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

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

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

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

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