Shades of Heliotrope #CC80FE
Tints of Heliotrope #CC80FE
RGB
CMYK
RGB Variations
Color information
#CC80FE (or 0xCC80FE) is known color: Heliotrope. HEX triplet: CC, 80 and FE. RGB value is (204,128,254). Sum of RGB (Red+Green+Blue) = 204+128+254=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80FE is #337F01. Grayscale: #A4A4A4. Windows color (decimal): -3374850 or 16679116. OLE color: 16679116.
HSL color Cylindrical-coordinate representation of color #CC80FE: hue angle of 276.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC80FE is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 128 | 254 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.00 |
| HSL | 276.19º | 0.98% | 0.75% | - |
| HSV(B) | 276.19º | 0.5% | 1% | - |
| XYZ | 50.51 | 35.43 | 97.94 | - |
| YUV | 165.09 | 178.18 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 254 | 0.20 | 0.50 | 0 | 0.00 | 276.19 | 0.98 | 0.75 |
| Hex | CC | 80 | FE | 14 | 32 | 0 | 0 | 114 | 62 | 4B |
| Octal | 314 | 200 | 376 | 24 | 62 | 0 | 0 | 424 | 142 | 113 |
| Binary | 11001100 | 10000000 | 11111110 | 10100 | 110010 | 0 | 0 | 100010100 | 1100010 | 1001011 |
Color Harmonies of #CC80FE
Complementary color
Monochromatic Colors of #CC80FE
Black with #CC80FE
Text Example
Text Example
White with #CC80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80FE; }
p { color: rgb(204,128,254); }
H1.HeaderClassName
{
color: #CC80FE;
}
.AnyTagClassName
{
color: #CC80FE;
}
</style>
background-color css
<style>
a { background-color: #CC80FE; }
a { background-color: rgb(204,128,254); }
div.DivClassName
{
background-color: #CC80FE;
}
.BgClassName
{
background-color: #CC80FE;
}
</style>
border-color css
<style>
span { border-color: #CC80FE; }
span { border-color: rgb(204,128,254); }
td.TdClassName
{
border-color: #CC80FE;
}
.TagClassName
{
border-color: #CC80FE;
}
</style>