Shades of Heliotrope #CB7DED
Tints of Heliotrope #CB7DED
RGB
CMYK
RGB Variations
Color information
#CB7DED (or 0xCB7DED) is known color: Heliotrope. HEX triplet: CB, 7D and ED. RGB value is (203,125,237). Sum of RGB (Red+Green+Blue) = 203+125+237=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DED is #348212. Grayscale: #A0A0A0. Windows color (decimal): -3441171 or 15564235. OLE color: 15564235.
HSL color Cylindrical-coordinate representation of color #CB7DED: hue angle of 281.79º 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 #CB7DED is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 125 | 237 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.07 |
| HSL | 281.79º | 0.76% | 0.71% | - |
| HSV(B) | 281.79º | 0.47% | 0.93% | - |
| XYZ | 47.25 | 33.48 | 84.09 | - |
| YUV | 161.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 237 | 0.14 | 0.47 | 0 | 0.07 | 281.79 | 0.76 | 0.71 |
| Hex | CB | 7D | ED | E | 2F | 0 | 7 | 11A | 4C | 47 |
| Octal | 313 | 175 | 355 | 16 | 57 | 0 | 7 | 432 | 114 | 107 |
| Binary | 11001011 | 1111101 | 11101101 | 1110 | 101111 | 0 | 111 | 100011010 | 1001100 | 1000111 |
Color Harmonies of #CB7DED
Complementary color
Monochromatic Colors of #CB7DED
Black with #CB7DED
Text Example
Text Example
White with #CB7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DED; }
p { color: rgb(203,125,237); }
H1.HeaderClassName
{
color: #CB7DED;
}
.AnyTagClassName
{
color: #CB7DED;
}
</style>
background-color css
<style>
a { background-color: #CB7DED; }
a { background-color: rgb(203,125,237); }
div.DivClassName
{
background-color: #CB7DED;
}
.BgClassName
{
background-color: #CB7DED;
}
</style>
border-color css
<style>
span { border-color: #CB7DED; }
span { border-color: rgb(203,125,237); }
td.TdClassName
{
border-color: #CB7DED;
}
.TagClassName
{
border-color: #CB7DED;
}
</style>