Shades of Heliotrope #CB7EEF
Tints of Heliotrope #CB7EEF
RGB
CMYK
RGB Variations
Color information
#CB7EEF (or 0xCB7EEF) is known color: Heliotrope. HEX triplet: CB, 7E and EF. RGB value is (203,126,239). Sum of RGB (Red+Green+Blue) = 203+126+239=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB7EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EEF is #348110. Grayscale: #A1A1A1. Windows color (decimal): -3440913 or 15695563. OLE color: 15695563.
HSL color Cylindrical-coordinate representation of color #CB7EEF: hue angle of 280.88º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7EEF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 126 | 239 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.06 |
| HSL | 280.88º | 0.78% | 0.72% | - |
| HSV(B) | 280.88º | 0.47% | 0.94% | - |
| XYZ | 47.67 | 33.85 | 85.68 | - |
| YUV | 161.91 | 171.51 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 239 | 0.15 | 0.47 | 0 | 0.06 | 280.88 | 0.78 | 0.72 |
| Hex | CB | 7E | EF | F | 2F | 0 | 6 | 119 | 4E | 48 |
| Octal | 313 | 176 | 357 | 17 | 57 | 0 | 6 | 431 | 116 | 110 |
| Binary | 11001011 | 1111110 | 11101111 | 1111 | 101111 | 0 | 110 | 100011001 | 1001110 | 1001000 |
Color Harmonies of #CB7EEF
Complementary color
Monochromatic Colors of #CB7EEF
Black with #CB7EEF
Text Example
Text Example
White with #CB7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7EEF; }
p { color: rgb(203,126,239); }
H1.HeaderClassName
{
color: #CB7EEF;
}
.AnyTagClassName
{
color: #CB7EEF;
}
</style>
background-color css
<style>
a { background-color: #CB7EEF; }
a { background-color: rgb(203,126,239); }
div.DivClassName
{
background-color: #CB7EEF;
}
.BgClassName
{
background-color: #CB7EEF;
}
</style>
border-color css
<style>
span { border-color: #CB7EEF; }
span { border-color: rgb(203,126,239); }
td.TdClassName
{
border-color: #CB7EEF;
}
.TagClassName
{
border-color: #CB7EEF;
}
</style>