#cc7ff2

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

Shades of Heliotrope #CC7FF2

Tints of Heliotrope #CC7FF2

Color information

#CC7FF2 (or 0xCC7FF2) is unknown color: approx Heliotrope. HEX triplet: CC, 7F and F2. RGB value is (204,127,242). Sum of RGB (Red+Green+Blue) = 204+127+242=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FF2 is #33800D. Grayscale: #A2A2A2. Windows color (decimal): -3375118 or 15892428. OLE color: 15892428.

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

Color convert

RGB204127242-
CMYK0.160.4800.05
HSL280.17º81.56%72.35%-
HSV(B)280.17º47.52%94.9%-
XYZ48.5234.4388.09-
YUV163.13172.51157.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 127 (50% from 255) = 22.16%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=35.60%
G=22.16%
B=42.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041272420.160.4800.05280.1781.5672.35
HexCC7FF21030051185248
Octal314177362206005430122110
Binary1100110011111111111001010000110000010110001100010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7ff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7ff2; }

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

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

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

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

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

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

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

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