Shades of Heliotrope #CB89FF
Tints of Heliotrope #CB89FF
RGB
CMYK
RGB Variations
Color information
#CB89FF (or 0xCB89FF) is known color: Heliotrope. HEX triplet: CB, 89 and FF. RGB value is (203,137,255). Sum of RGB (Red+Green+Blue) = 203+137+255=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB89FF is #347600. Grayscale: #A9A9A9. Windows color (decimal): -3438081 or 16746955. OLE color: 16746955.
HSL color Cylindrical-coordinate representation of color #CB89FF: hue angle of 273.56º 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 #CB89FF is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 137 | 255 | - |
| CMYK | 0.20 | 0.46 | 0 | 0 |
| HSL | 273.56º | 1% | 0.77% | - |
| HSV(B) | 273.56º | 0.46% | 1% | - |
| XYZ | 51.62 | 37.81 | 99.18 | - |
| YUV | 170.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 255 | 0.20 | 0.46 | 0 | 0 | 273.56 | 1 | 0.77 |
| Hex | CB | 89 | FF | 14 | 2E | 0 | 0 | 112 | 64 | 4D |
| Octal | 313 | 211 | 377 | 24 | 56 | 0 | 0 | 422 | 144 | 115 |
| Binary | 11001011 | 10001001 | 11111111 | 10100 | 101110 | 0 | 0 | 100010010 | 1100100 | 1001101 |
Color Harmonies of #CB89FF
Complementary color
Monochromatic Colors of #CB89FF
Black with #CB89FF
Text Example
Text Example
White with #CB89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89FF; }
p { color: rgb(203,137,255); }
H1.HeaderClassName
{
color: #CB89FF;
}
.AnyTagClassName
{
color: #CB89FF;
}
</style>
background-color css
<style>
a { background-color: #CB89FF; }
a { background-color: rgb(203,137,255); }
div.DivClassName
{
background-color: #CB89FF;
}
.BgClassName
{
background-color: #CB89FF;
}
</style>
border-color css
<style>
span { border-color: #CB89FF; }
span { border-color: rgb(203,137,255); }
td.TdClassName
{
border-color: #CB89FF;
}
.TagClassName
{
border-color: #CB89FF;
}
</style>