Shades of Heliotrope #CC81ED
Tints of Heliotrope #CC81ED
RGB
CMYK
RGB Variations
Color information
#CC81ED (or 0xCC81ED) is known color: Heliotrope. HEX triplet: CC, 81 and ED. RGB value is (204,129,237). Sum of RGB (Red+Green+Blue) = 204+129+237=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC81ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81ED is #337E12. Grayscale: #A3A3A3. Windows color (decimal): -3374611 or 15565260. OLE color: 15565260.
HSL color Cylindrical-coordinate representation of color #CC81ED: hue angle of 281.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC81ED is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 129 | 237 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.07 |
| HSL | 281.67º | 0.75% | 0.72% | - |
| HSV(B) | 281.67º | 0.46% | 0.93% | - |
| XYZ | 48.04 | 34.65 | 84.28 | - |
| YUV | 163.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 237 | 0.14 | 0.46 | 0 | 0.07 | 281.67 | 0.75 | 0.72 |
| Hex | CC | 81 | ED | E | 2E | 0 | 7 | 11A | 4B | 48 |
| Octal | 314 | 201 | 355 | 16 | 56 | 0 | 7 | 432 | 113 | 110 |
| Binary | 11001100 | 10000001 | 11101101 | 1110 | 101110 | 0 | 111 | 100011010 | 1001011 | 1001000 |
Color Harmonies of #CC81ED
Complementary color
Monochromatic Colors of #CC81ED
Black with #CC81ED
Text Example
Text Example
White with #CC81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81ED; }
p { color: rgb(204,129,237); }
H1.HeaderClassName
{
color: #CC81ED;
}
.AnyTagClassName
{
color: #CC81ED;
}
</style>
background-color css
<style>
a { background-color: #CC81ED; }
a { background-color: rgb(204,129,237); }
div.DivClassName
{
background-color: #CC81ED;
}
.BgClassName
{
background-color: #CC81ED;
}
</style>
border-color css
<style>
span { border-color: #CC81ED; }
span { border-color: rgb(204,129,237); }
td.TdClassName
{
border-color: #CC81ED;
}
.TagClassName
{
border-color: #CC81ED;
}
</style>