Shades of Heliotrope #CB77FF
Tints of Heliotrope #CB77FF
RGB
CMYK
RGB Variations
Color information
#CB77FF (or 0xCB77FF) is known color: Heliotrope. HEX triplet: CB, 77 and FF. RGB value is (203,119,255). Sum of RGB (Red+Green+Blue) = 203+119+255=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB77FF is #348800. Grayscale: #9F9F9F. Windows color (decimal): -3442689 or 16742347. OLE color: 16742347.
HSL color Cylindrical-coordinate representation of color #CB77FF: hue angle of 277.06º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB77FF is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 119 | 255 | - |
| CMYK | 0.20 | 0.53 | 0 | 0 |
| HSL | 277.06º | 1% | 0.73% | - |
| HSV(B) | 277.06º | 0.53% | 1% | - |
| XYZ | 49.28 | 33.11 | 98.4 | - |
| YUV | 159.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 255 | 0.20 | 0.53 | 0 | 0 | 277.06 | 1 | 0.73 |
| Hex | CB | 77 | FF | 14 | 35 | 0 | 0 | 115 | 64 | 49 |
| Octal | 313 | 167 | 377 | 24 | 65 | 0 | 0 | 425 | 144 | 111 |
| Binary | 11001011 | 1110111 | 11111111 | 10100 | 110101 | 0 | 0 | 100010101 | 1100100 | 1001001 |
Color Harmonies of #CB77FF
Complementary color
Monochromatic Colors of #CB77FF
Black with #CB77FF
Text Example
Text Example
White with #CB77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77FF; }
p { color: rgb(203,119,255); }
H1.HeaderClassName
{
color: #CB77FF;
}
.AnyTagClassName
{
color: #CB77FF;
}
</style>
background-color css
<style>
a { background-color: #CB77FF; }
a { background-color: rgb(203,119,255); }
div.DivClassName
{
background-color: #CB77FF;
}
.BgClassName
{
background-color: #CB77FF;
}
</style>
border-color css
<style>
span { border-color: #CB77FF; }
span { border-color: rgb(203,119,255); }
td.TdClassName
{
border-color: #CB77FF;
}
.TagClassName
{
border-color: #CB77FF;
}
</style>