Shades of Heliotrope #CC81F2
Tints of Heliotrope #CC81F2
RGB
CMYK
RGB Variations
Color information
#CC81F2 (or 0xCC81F2) is known color: Heliotrope. HEX triplet: CC, 81 and F2. RGB value is (204,129,242). Sum of RGB (Red+Green+Blue) = 204+129+242=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC81F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81F2 is #337E0D. Grayscale: #A3A3A3. Windows color (decimal): -3374606 or 15892940. OLE color: 15892940.
HSL color Cylindrical-coordinate representation of color #CC81F2: hue angle of 279.82º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC81F2 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 129 | 242 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.05 |
| HSL | 279.82º | 0.81% | 0.73% | - |
| HSV(B) | 279.82º | 0.47% | 0.95% | - |
| XYZ | 48.78 | 34.95 | 88.18 | - |
| YUV | 164.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 242 | 0.16 | 0.47 | 0 | 0.05 | 279.82 | 0.81 | 0.73 |
| Hex | CC | 81 | F2 | 10 | 2F | 0 | 5 | 118 | 51 | 49 |
| Octal | 314 | 201 | 362 | 20 | 57 | 0 | 5 | 430 | 121 | 111 |
| Binary | 11001100 | 10000001 | 11110010 | 10000 | 101111 | 0 | 101 | 100011000 | 1010001 | 1001001 |
Color Harmonies of #CC81F2
Complementary color
Monochromatic Colors of #CC81F2
Black with #CC81F2
Text Example
Text Example
White with #CC81F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81F2; }
p { color: rgb(204,129,242); }
H1.HeaderClassName
{
color: #CC81F2;
}
.AnyTagClassName
{
color: #CC81F2;
}
</style>
background-color css
<style>
a { background-color: #CC81F2; }
a { background-color: rgb(204,129,242); }
div.DivClassName
{
background-color: #CC81F2;
}
.BgClassName
{
background-color: #CC81F2;
}
</style>
border-color css
<style>
span { border-color: #CC81F2; }
span { border-color: rgb(204,129,242); }
td.TdClassName
{
border-color: #CC81F2;
}
.TagClassName
{
border-color: #CC81F2;
}
</style>