#CC70FF

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

Shades of Heliotrope #CC70FF

Tints of Heliotrope #CC70FF

Color information

#CC70FF (or 0xCC70FF) is unknown color: approx Heliotrope. HEX triplet: CC, 70 and FF. RGB value is (204,112,255). Sum of RGB (Red+Green+Blue) = 204+112+255=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC70FF is #338F00. Grayscale: #9B9B9B. Windows color (decimal): -3378945 or 16740556. OLE color: 16740556.

HSL color Cylindrical-coordinate representation of color #CC70FF: hue angle of 278.6º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC70FF is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204112255-
CMYK0.20.5600
HSL278.6º100%71.96%-
HSV(B)278.6º56.08%100%-
XYZ48.7531.6598.15-
YUV155.81183.98162.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 112 (44.14% from 255) = 19.61%
BLUE value IS 255 (100% from 255) = 44.66%
R=35.73%
G=19.61%
B=44.66%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041122550.20.5600278.610071.96
HexCC70FF1438001176448
Octal314160377247000427144110
Binary11001100111000011111111101001110000010001011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70FF; }

 p { color: rgb(204,112,255); }

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

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

 a { background-color: rgb(204,112,255); }

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

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

 span { border-color: rgb(204,112,255); }

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