Shades of Heliotrope #CB7CED
Tints of Heliotrope #CB7CED
RGB
CMYK
RGB Variations
Color information
#CB7CED (or 0xCB7CED) is known color: Heliotrope. HEX triplet: CB, 7C and ED. RGB value is (203,124,237). Sum of RGB (Red+Green+Blue) = 203+124+237=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB7CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CED is #348312. Grayscale: #A0A0A0. Windows color (decimal): -3441427 or 15563979. OLE color: 15563979.
HSL color Cylindrical-coordinate representation of color #CB7CED: hue angle of 281.95º 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 #CB7CED is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 124 | 237 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.07 |
| HSL | 281.95º | 0.76% | 0.71% | - |
| HSV(B) | 281.95º | 0.48% | 0.93% | - |
| XYZ | 47.12 | 33.23 | 84.05 | - |
| YUV | 160.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 237 | 0.14 | 0.48 | 0 | 0.07 | 281.95 | 0.76 | 0.71 |
| Hex | CB | 7C | ED | E | 30 | 0 | 7 | 11A | 4C | 47 |
| Octal | 313 | 174 | 355 | 16 | 60 | 0 | 7 | 432 | 114 | 107 |
| Binary | 11001011 | 1111100 | 11101101 | 1110 | 110000 | 0 | 111 | 100011010 | 1001100 | 1000111 |
Color Harmonies of #CB7CED
Complementary color
Monochromatic Colors of #CB7CED
Black with #CB7CED
Text Example
Text Example
White with #CB7CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CED; }
p { color: rgb(203,124,237); }
H1.HeaderClassName
{
color: #CB7CED;
}
.AnyTagClassName
{
color: #CB7CED;
}
</style>
background-color css
<style>
a { background-color: #CB7CED; }
a { background-color: rgb(203,124,237); }
div.DivClassName
{
background-color: #CB7CED;
}
.BgClassName
{
background-color: #CB7CED;
}
</style>
border-color css
<style>
span { border-color: #CB7CED; }
span { border-color: rgb(203,124,237); }
td.TdClassName
{
border-color: #CB7CED;
}
.TagClassName
{
border-color: #CB7CED;
}
</style>