Shades of Heliotrope #CC80FF
Tints of Heliotrope #CC80FF
RGB
CMYK
RGB Variations
Color information
#CC80FF (or 0xCC80FF) is known color: Heliotrope. HEX triplet: CC, 80 and FF. RGB value is (204,128,255). Sum of RGB (Red+Green+Blue) = 204+128+255=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80FF is #337F00. Grayscale: #A4A4A4. Windows color (decimal): -3374849 or 16744652. OLE color: 16744652.
HSL color Cylindrical-coordinate representation of color #CC80FF: hue angle of 275.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC80FF is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 128 | 255 | - |
CMYK | 0.2 | 0.50 | 0 | 0 |
HSL | 275.91º | 1% | 0.75% | - |
HSV(B) | 275.91º | 0.5% | 1% | - |
XYZ | 50.67 | 35.5 | 98.79 | - |
YUV | 165.2 | 178.68 | 155.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 128 | 255 | 0.2 | 0.50 | 0 | 0 | 275.91 | 1 | 0.75 |
Hex | CC | 80 | FF | 14 | 32 | 0 | 0 | 114 | 64 | 4B |
Octal | 314 | 200 | 377 | 24 | 62 | 0 | 0 | 424 | 144 | 113 |
Binary | 11001100 | 10000000 | 11111111 | 10100 | 110010 | 0 | 0 | 100010100 | 1100100 | 1001011 |
Color Harmonies of #CC80FF
Complementary color
Monochromatic Colors of #CC80FF
Black with #CC80FF
Text Example
Text Example
White with #CC80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80FF; }
p { color: rgb(204,128,255); }
H1.HeaderClassName
{
color: #CC80FF;
}
.AnyTagClassName
{
color: #CC80FF;
}
</style>
background-color css
<style>
a { background-color: #CC80FF; }
a { background-color: rgb(204,128,255); }
div.DivClassName
{
background-color: #CC80FF;
}
.BgClassName
{
background-color: #CC80FF;
}
</style>
border-color css
<style>
span { border-color: #CC80FF; }
span { border-color: rgb(204,128,255); }
td.TdClassName
{
border-color: #CC80FF;
}
.TagClassName
{
border-color: #CC80FF;
}
</style>