Shades of Heliotrope #CB77FC
Tints of Heliotrope #CB77FC
RGB
CMYK
RGB Variations
Color information
#CB77FC (or 0xCB77FC) is known color: Heliotrope. HEX triplet: CB, 77 and FC. RGB value is (203,119,252). Sum of RGB (Red+Green+Blue) = 203+119+252=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB77FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB77FC is #348803. Grayscale: #9E9E9E. Windows color (decimal): -3442692 or 16545739. OLE color: 16545739.
HSL color Cylindrical-coordinate representation of color #CB77FC: hue angle of 277.89º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB77FC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 119 | 252 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.01 |
| HSL | 277.89º | 0.96% | 0.73% | - |
| HSV(B) | 277.89º | 0.53% | 0.99% | - |
| XYZ | 48.8 | 32.92 | 95.88 | - |
| YUV | 159.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 252 | 0.19 | 0.53 | 0 | 0.01 | 277.89 | 0.96 | 0.73 |
| Hex | CB | 77 | FC | 13 | 35 | 0 | 1 | 116 | 60 | 49 |
| Octal | 313 | 167 | 374 | 23 | 65 | 0 | 1 | 426 | 140 | 111 |
| Binary | 11001011 | 1110111 | 11111100 | 10011 | 110101 | 0 | 1 | 100010110 | 1100000 | 1001001 |
Color Harmonies of #CB77FC
Complementary color
Monochromatic Colors of #CB77FC
Black with #CB77FC
Text Example
Text Example
White with #CB77FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77FC; }
p { color: rgb(203,119,252); }
H1.HeaderClassName
{
color: #CB77FC;
}
.AnyTagClassName
{
color: #CB77FC;
}
</style>
background-color css
<style>
a { background-color: #CB77FC; }
a { background-color: rgb(203,119,252); }
div.DivClassName
{
background-color: #CB77FC;
}
.BgClassName
{
background-color: #CB77FC;
}
</style>
border-color css
<style>
span { border-color: #CB77FC; }
span { border-color: rgb(203,119,252); }
td.TdClassName
{
border-color: #CB77FC;
}
.TagClassName
{
border-color: #CB77FC;
}
</style>