Shades of Heliotrope #CB7BEE
Tints of Heliotrope #CB7BEE
RGB
CMYK
RGB Variations
Color information
#CB7BEE (or 0xCB7BEE) is known color: Heliotrope. HEX triplet: CB, 7B and EE. RGB value is (203,123,238). Sum of RGB (Red+Green+Blue) = 203+123+238=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB7BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7BEE is #348411. Grayscale: #9F9F9F. Windows color (decimal): -3441682 or 15629259. OLE color: 15629259.
HSL color Cylindrical-coordinate representation of color #CB7BEE: hue angle of 281.74º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB7BEE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 123 | 238 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.07 |
| HSL | 281.74º | 0.77% | 0.71% | - |
| HSV(B) | 281.74º | 0.48% | 0.93% | - |
| XYZ | 47.14 | 33.04 | 84.78 | - |
| YUV | 160.03 | 172 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 238 | 0.15 | 0.48 | 0 | 0.07 | 281.74 | 0.77 | 0.71 |
| Hex | CB | 7B | EE | F | 30 | 0 | 7 | 11A | 4D | 47 |
| Octal | 313 | 173 | 356 | 17 | 60 | 0 | 7 | 432 | 115 | 107 |
| Binary | 11001011 | 1111011 | 11101110 | 1111 | 110000 | 0 | 111 | 100011010 | 1001101 | 1000111 |
Color Harmonies of #CB7BEE
Complementary color
Monochromatic Colors of #CB7BEE
Black with #CB7BEE
Text Example
Text Example
White with #CB7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BEE; }
p { color: rgb(203,123,238); }
H1.HeaderClassName
{
color: #CB7BEE;
}
.AnyTagClassName
{
color: #CB7BEE;
}
</style>
background-color css
<style>
a { background-color: #CB7BEE; }
a { background-color: rgb(203,123,238); }
div.DivClassName
{
background-color: #CB7BEE;
}
.BgClassName
{
background-color: #CB7BEE;
}
</style>
border-color css
<style>
span { border-color: #CB7BEE; }
span { border-color: rgb(203,123,238); }
td.TdClassName
{
border-color: #CB7BEE;
}
.TagClassName
{
border-color: #CB7BEE;
}
</style>