Shades of Heliotrope #CC81FE
Tints of Heliotrope #CC81FE
RGB
CMYK
RGB Variations
Color information
#CC81FE (or 0xCC81FE) is known color: Heliotrope. HEX triplet: CC, 81 and FE. RGB value is (204,129,254). Sum of RGB (Red+Green+Blue) = 204+129+254=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC81FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81FE is #337E01. Grayscale: #A5A5A5. Windows color (decimal): -3374594 or 16679372. OLE color: 16679372.
HSL color Cylindrical-coordinate representation of color #CC81FE: hue angle of 276º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC81FE is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 129 | 254 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.00 |
| HSL | 276º | 0.98% | 0.75% | - |
| HSV(B) | 276º | 0.49% | 1% | - |
| XYZ | 50.64 | 35.69 | 97.99 | - |
| YUV | 165.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 254 | 0.20 | 0.49 | 0 | 0.00 | 276 | 0.98 | 0.75 |
| Hex | CC | 81 | FE | 14 | 31 | 0 | 0 | 114 | 62 | 4B |
| Octal | 314 | 201 | 376 | 24 | 61 | 0 | 0 | 424 | 142 | 113 |
| Binary | 11001100 | 10000001 | 11111110 | 10100 | 110001 | 0 | 0 | 100010100 | 1100010 | 1001011 |
Color Harmonies of #CC81FE
Complementary color
Monochromatic Colors of #CC81FE
Black with #CC81FE
Text Example
Text Example
White with #CC81FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81FE; }
p { color: rgb(204,129,254); }
H1.HeaderClassName
{
color: #CC81FE;
}
.AnyTagClassName
{
color: #CC81FE;
}
</style>
background-color css
<style>
a { background-color: #CC81FE; }
a { background-color: rgb(204,129,254); }
div.DivClassName
{
background-color: #CC81FE;
}
.BgClassName
{
background-color: #CC81FE;
}
</style>
border-color css
<style>
span { border-color: #CC81FE; }
span { border-color: rgb(204,129,254); }
td.TdClassName
{
border-color: #CC81FE;
}
.TagClassName
{
border-color: #CC81FE;
}
</style>