Shades of Heliotrope #CB7CEF
Tints of Heliotrope #CB7CEF
RGB
CMYK
RGB Variations
Color information
#CB7CEF (or 0xCB7CEF) is known color: Heliotrope. HEX triplet: CB, 7C and EF. RGB value is (203,124,239). Sum of RGB (Red+Green+Blue) = 203+124+239=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB7CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CEF is #348310. Grayscale: #A0A0A0. Windows color (decimal): -3441425 or 15695051. OLE color: 15695051.
HSL color Cylindrical-coordinate representation of color #CB7CEF: hue angle of 281.22º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB7CEF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 124 | 239 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.06 |
| HSL | 281.22º | 0.78% | 0.71% | - |
| HSV(B) | 281.22º | 0.48% | 0.94% | - |
| XYZ | 47.42 | 33.34 | 85.6 | - |
| YUV | 160.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 239 | 0.15 | 0.48 | 0 | 0.06 | 281.22 | 0.78 | 0.71 |
| Hex | CB | 7C | EF | F | 30 | 0 | 6 | 119 | 4E | 47 |
| Octal | 313 | 174 | 357 | 17 | 60 | 0 | 6 | 431 | 116 | 107 |
| Binary | 11001011 | 1111100 | 11101111 | 1111 | 110000 | 0 | 110 | 100011001 | 1001110 | 1000111 |
Color Harmonies of #CB7CEF
Complementary color
Monochromatic Colors of #CB7CEF
Black with #CB7CEF
Text Example
Text Example
White with #CB7CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CEF; }
p { color: rgb(203,124,239); }
H1.HeaderClassName
{
color: #CB7CEF;
}
.AnyTagClassName
{
color: #CB7CEF;
}
</style>
background-color css
<style>
a { background-color: #CB7CEF; }
a { background-color: rgb(203,124,239); }
div.DivClassName
{
background-color: #CB7CEF;
}
.BgClassName
{
background-color: #CB7CEF;
}
</style>
border-color css
<style>
span { border-color: #CB7CEF; }
span { border-color: rgb(203,124,239); }
td.TdClassName
{
border-color: #CB7CEF;
}
.TagClassName
{
border-color: #CB7CEF;
}
</style>