Shades of Heliotrope #CB7BED
Tints of Heliotrope #CB7BED
RGB
CMYK
RGB Variations
Color information
#CB7BED (or 0xCB7BED) is known color: Heliotrope. HEX triplet: CB, 7B and ED. RGB value is (203,123,237). Sum of RGB (Red+Green+Blue) = 203+123+237=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7BED is #348412. Grayscale: #9F9F9F. Windows color (decimal): -3441683 or 15563723. OLE color: 15563723.
HSL color Cylindrical-coordinate representation of color #CB7BED: hue angle of 282.11º degrees, saturation: 0.76, 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 #CB7BED is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 123 | 237 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.07 |
| HSL | 282.11º | 0.76% | 0.71% | - |
| HSV(B) | 282.11º | 0.48% | 0.93% | - |
| XYZ | 47 | 32.98 | 84.01 | - |
| YUV | 159.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 237 | 0.14 | 0.48 | 0 | 0.07 | 282.11 | 0.76 | 0.71 |
| Hex | CB | 7B | ED | E | 30 | 0 | 7 | 11A | 4C | 47 |
| Octal | 313 | 173 | 355 | 16 | 60 | 0 | 7 | 432 | 114 | 107 |
| Binary | 11001011 | 1111011 | 11101101 | 1110 | 110000 | 0 | 111 | 100011010 | 1001100 | 1000111 |
Color Harmonies of #CB7BED
Complementary color
Monochromatic Colors of #CB7BED
Black with #CB7BED
Text Example
Text Example
White with #CB7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BED; }
p { color: rgb(203,123,237); }
H1.HeaderClassName
{
color: #CB7BED;
}
.AnyTagClassName
{
color: #CB7BED;
}
</style>
background-color css
<style>
a { background-color: #CB7BED; }
a { background-color: rgb(203,123,237); }
div.DivClassName
{
background-color: #CB7BED;
}
.BgClassName
{
background-color: #CB7BED;
}
</style>
border-color css
<style>
span { border-color: #CB7BED; }
span { border-color: rgb(203,123,237); }
td.TdClassName
{
border-color: #CB7BED;
}
.TagClassName
{
border-color: #CB7BED;
}
</style>