Shades of Heliotrope #CC81F0
Tints of Heliotrope #CC81F0
RGB
CMYK
RGB Variations
Color information
#CC81F0 (or 0xCC81F0) is known color: Heliotrope. HEX triplet: CC, 81 and F0. RGB value is (204,129,240). Sum of RGB (Red+Green+Blue) = 204+129+240=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC81F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81F0 is #337E0F. Grayscale: #A3A3A3. Windows color (decimal): -3374608 or 15761868. OLE color: 15761868.
HSL color Cylindrical-coordinate representation of color #CC81F0: hue angle of 280.54º degrees, saturation: 0.79, 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 #CC81F0 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 129 | 240 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.06 |
| HSL | 280.54º | 0.79% | 0.72% | - |
| HSV(B) | 280.54º | 0.46% | 0.94% | - |
| XYZ | 48.48 | 34.83 | 86.61 | - |
| YUV | 164.08 | 170.85 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 240 | 0.15 | 0.46 | 0 | 0.06 | 280.54 | 0.79 | 0.72 |
| Hex | CC | 81 | F0 | F | 2E | 0 | 6 | 119 | 4F | 48 |
| Octal | 314 | 201 | 360 | 17 | 56 | 0 | 6 | 431 | 117 | 110 |
| Binary | 11001100 | 10000001 | 11110000 | 1111 | 101110 | 0 | 110 | 100011001 | 1001111 | 1001000 |
Color Harmonies of #CC81F0
Complementary color
Monochromatic Colors of #CC81F0
Black with #CC81F0
Text Example
Text Example
White with #CC81F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81F0; }
p { color: rgb(204,129,240); }
H1.HeaderClassName
{
color: #CC81F0;
}
.AnyTagClassName
{
color: #CC81F0;
}
</style>
background-color css
<style>
a { background-color: #CC81F0; }
a { background-color: rgb(204,129,240); }
div.DivClassName
{
background-color: #CC81F0;
}
.BgClassName
{
background-color: #CC81F0;
}
</style>
border-color css
<style>
span { border-color: #CC81F0; }
span { border-color: rgb(204,129,240); }
td.TdClassName
{
border-color: #CC81F0;
}
.TagClassName
{
border-color: #CC81F0;
}
</style>