Shades of Heliotrope #CC80FC
Tints of Heliotrope #CC80FC
RGB
CMYK
RGB Variations
Color information
#CC80FC (or 0xCC80FC) is known color: Heliotrope. HEX triplet: CC, 80 and FC. RGB value is (204,128,252). Sum of RGB (Red+Green+Blue) = 204+128+252=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC80FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80FC is #337F03. Grayscale: #A4A4A4. Windows color (decimal): -3374852 or 16548044. OLE color: 16548044.
HSL color Cylindrical-coordinate representation of color #CC80FC: hue angle of 276.77º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC80FC is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 128 | 252 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.01 |
| HSL | 276.77º | 0.95% | 0.75% | - |
| HSV(B) | 276.77º | 0.49% | 0.99% | - |
| XYZ | 50.19 | 35.3 | 96.26 | - |
| YUV | 164.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 252 | 0.19 | 0.49 | 0 | 0.01 | 276.77 | 0.95 | 0.75 |
| Hex | CC | 80 | FC | 13 | 31 | 0 | 1 | 115 | 5F | 4B |
| Octal | 314 | 200 | 374 | 23 | 61 | 0 | 1 | 425 | 137 | 113 |
| Binary | 11001100 | 10000000 | 11111100 | 10011 | 110001 | 0 | 1 | 100010101 | 1011111 | 1001011 |
Color Harmonies of #CC80FC
Complementary color
Monochromatic Colors of #CC80FC
Black with #CC80FC
Text Example
Text Example
White with #CC80FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80FC; }
p { color: rgb(204,128,252); }
H1.HeaderClassName
{
color: #CC80FC;
}
.AnyTagClassName
{
color: #CC80FC;
}
</style>
background-color css
<style>
a { background-color: #CC80FC; }
a { background-color: rgb(204,128,252); }
div.DivClassName
{
background-color: #CC80FC;
}
.BgClassName
{
background-color: #CC80FC;
}
</style>
border-color css
<style>
span { border-color: #CC80FC; }
span { border-color: rgb(204,128,252); }
td.TdClassName
{
border-color: #CC80FC;
}
.TagClassName
{
border-color: #CC80FC;
}
</style>