Shades of Heliotrope #CC81EF
Tints of Heliotrope #CC81EF
RGB
CMYK
RGB Variations
Color information
#CC81EF (or 0xCC81EF) is known color: Heliotrope. HEX triplet: CC, 81 and EF. RGB value is (204,129,239). Sum of RGB (Red+Green+Blue) = 204+129+239=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC81EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81EF is #337E10. Grayscale: #A3A3A3. Windows color (decimal): -3374609 or 15696332. OLE color: 15696332.
HSL color Cylindrical-coordinate representation of color #CC81EF: hue angle of 280.91º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC81EF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 129 | 239 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.06 |
| HSL | 280.91º | 0.77% | 0.72% | - |
| HSV(B) | 280.91º | 0.46% | 0.94% | - |
| XYZ | 48.33 | 34.77 | 85.83 | - |
| YUV | 163.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 239 | 0.15 | 0.46 | 0 | 0.06 | 280.91 | 0.77 | 0.72 |
| Hex | CC | 81 | EF | F | 2E | 0 | 6 | 119 | 4D | 48 |
| Octal | 314 | 201 | 357 | 17 | 56 | 0 | 6 | 431 | 115 | 110 |
| Binary | 11001100 | 10000001 | 11101111 | 1111 | 101110 | 0 | 110 | 100011001 | 1001101 | 1001000 |
Color Harmonies of #CC81EF
Complementary color
Monochromatic Colors of #CC81EF
Black with #CC81EF
Text Example
Text Example
White with #CC81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81EF; }
p { color: rgb(204,129,239); }
H1.HeaderClassName
{
color: #CC81EF;
}
.AnyTagClassName
{
color: #CC81EF;
}
</style>
background-color css
<style>
a { background-color: #CC81EF; }
a { background-color: rgb(204,129,239); }
div.DivClassName
{
background-color: #CC81EF;
}
.BgClassName
{
background-color: #CC81EF;
}
</style>
border-color css
<style>
span { border-color: #CC81EF; }
span { border-color: rgb(204,129,239); }
td.TdClassName
{
border-color: #CC81EF;
}
.TagClassName
{
border-color: #CC81EF;
}
</style>