Shades of Heliotrope #CC89FF
Tints of Heliotrope #CC89FF
RGB
CMYK
RGB Variations
Color information
#CC89FF (or 0xCC89FF) is known color: Heliotrope. HEX triplet: CC, 89 and FF. RGB value is (204,137,255). Sum of RGB (Red+Green+Blue) = 204+137+255=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC89FF is #337600. Grayscale: #AAAAAA. Windows color (decimal): -3372545 or 16746956. OLE color: 16746956.
HSL color Cylindrical-coordinate representation of color #CC89FF: hue angle of 274.07º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC89FF is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 137 | 255 | - |
| CMYK | 0.2 | 0.46 | 0 | 0 |
| HSL | 274.07º | 1% | 0.77% | - |
| HSV(B) | 274.07º | 0.46% | 1% | - |
| XYZ | 51.9 | 37.95 | 99.2 | - |
| YUV | 170.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 255 | 0.2 | 0.46 | 0 | 0 | 274.07 | 1 | 0.77 |
| Hex | CC | 89 | FF | 14 | 2E | 0 | 0 | 112 | 64 | 4D |
| Octal | 314 | 211 | 377 | 24 | 56 | 0 | 0 | 422 | 144 | 115 |
| Binary | 11001100 | 10001001 | 11111111 | 10100 | 101110 | 0 | 0 | 100010010 | 1100100 | 1001101 |
Color Harmonies of #CC89FF
Complementary color
Monochromatic Colors of #CC89FF
Black with #CC89FF
Text Example
Text Example
White with #CC89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89FF; }
p { color: rgb(204,137,255); }
H1.HeaderClassName
{
color: #CC89FF;
}
.AnyTagClassName
{
color: #CC89FF;
}
</style>
background-color css
<style>
a { background-color: #CC89FF; }
a { background-color: rgb(204,137,255); }
div.DivClassName
{
background-color: #CC89FF;
}
.BgClassName
{
background-color: #CC89FF;
}
</style>
border-color css
<style>
span { border-color: #CC89FF; }
span { border-color: rgb(204,137,255); }
td.TdClassName
{
border-color: #CC89FF;
}
.TagClassName
{
border-color: #CC89FF;
}
</style>