Shades of Heliotrope #CB77EE
Tints of Heliotrope #CB77EE
RGB
CMYK
RGB Variations
Color information
#CB77EE (or 0xCB77EE) is known color: Heliotrope. HEX triplet: CB, 77 and EE. RGB value is (203,119,238). Sum of RGB (Red+Green+Blue) = 203+119+238=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB77EE is #348811. Grayscale: #9D9D9D. Windows color (decimal): -3442706 or 15628235. OLE color: 15628235.
HSL color Cylindrical-coordinate representation of color #CB77EE: hue angle of 282.35º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB77EE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 119 | 238 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.07 |
| HSL | 282.35º | 0.78% | 0.7% | - |
| HSV(B) | 282.35º | 0.5% | 0.93% | - |
| XYZ | 46.66 | 32.06 | 84.62 | - |
| YUV | 157.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 238 | 0.15 | 0.50 | 0 | 0.07 | 282.35 | 0.78 | 0.7 |
| Hex | CB | 77 | EE | F | 32 | 0 | 7 | 11A | 4E | 46 |
| Octal | 313 | 167 | 356 | 17 | 62 | 0 | 7 | 432 | 116 | 106 |
| Binary | 11001011 | 1110111 | 11101110 | 1111 | 110010 | 0 | 111 | 100011010 | 1001110 | 1000110 |
Color Harmonies of #CB77EE
Complementary color
Monochromatic Colors of #CB77EE
Black with #CB77EE
Text Example
Text Example
White with #CB77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77EE; }
p { color: rgb(203,119,238); }
H1.HeaderClassName
{
color: #CB77EE;
}
.AnyTagClassName
{
color: #CB77EE;
}
</style>
background-color css
<style>
a { background-color: #CB77EE; }
a { background-color: rgb(203,119,238); }
div.DivClassName
{
background-color: #CB77EE;
}
.BgClassName
{
background-color: #CB77EE;
}
</style>
border-color css
<style>
span { border-color: #CB77EE; }
span { border-color: rgb(203,119,238); }
td.TdClassName
{
border-color: #CB77EE;
}
.TagClassName
{
border-color: #CB77EE;
}
</style>