Shades of Heliotrope #CB7EED
Tints of Heliotrope #CB7EED
RGB
CMYK
RGB Variations
Color information
#CB7EED (or 0xCB7EED) is known color: Heliotrope. HEX triplet: CB, 7E and ED. RGB value is (203,126,237). Sum of RGB (Red+Green+Blue) = 203+126+237=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB7EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EED is #348112. Grayscale: #A1A1A1. Windows color (decimal): -3440915 or 15564491. OLE color: 15564491.
HSL color Cylindrical-coordinate representation of color #CB7EED: hue angle of 281.62º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7EED is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 126 | 237 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.07 |
| HSL | 281.62º | 0.76% | 0.71% | - |
| HSV(B) | 281.62º | 0.47% | 0.93% | - |
| XYZ | 47.38 | 33.73 | 84.13 | - |
| YUV | 161.68 | 170.51 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 237 | 0.14 | 0.47 | 0 | 0.07 | 281.62 | 0.76 | 0.71 |
| Hex | CB | 7E | ED | E | 2F | 0 | 7 | 11A | 4C | 47 |
| Octal | 313 | 176 | 355 | 16 | 57 | 0 | 7 | 432 | 114 | 107 |
| Binary | 11001011 | 1111110 | 11101101 | 1110 | 101111 | 0 | 111 | 100011010 | 1001100 | 1000111 |
Color Harmonies of #CB7EED
Complementary color
Monochromatic Colors of #CB7EED
Black with #CB7EED
Text Example
Text Example
White with #CB7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7EED; }
p { color: rgb(203,126,237); }
H1.HeaderClassName
{
color: #CB7EED;
}
.AnyTagClassName
{
color: #CB7EED;
}
</style>
background-color css
<style>
a { background-color: #CB7EED; }
a { background-color: rgb(203,126,237); }
div.DivClassName
{
background-color: #CB7EED;
}
.BgClassName
{
background-color: #CB7EED;
}
</style>
border-color css
<style>
span { border-color: #CB7EED; }
span { border-color: rgb(203,126,237); }
td.TdClassName
{
border-color: #CB7EED;
}
.TagClassName
{
border-color: #CB7EED;
}
</style>