Shades of Heliotrope #CB6CEB
Tints of Heliotrope #CB6CEB
RGB
CMYK
RGB Variations
Color information
#CB6CEB (or 0xCB6CEB) is known color: Heliotrope. HEX triplet: CB, 6C and EB. RGB value is (203,108,235). Sum of RGB (Red+Green+Blue) = 203+108+235=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB6CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CEB is #349314. Grayscale: #969696. Windows color (decimal): -3445525 or 15428811. OLE color: 15428811.
HSL color Cylindrical-coordinate representation of color #CB6CEB: hue angle of 284.88º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6CEB is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 108 | 235 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.08 |
| HSL | 284.88º | 0.76% | 0.67% | - |
| HSV(B) | 284.88º | 0.54% | 0.92% | - |
| XYZ | 44.99 | 29.42 | 81.9 | - |
| YUV | 150.88 | 175.47 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 235 | 0.14 | 0.54 | 0 | 0.08 | 284.88 | 0.76 | 0.67 |
| Hex | CB | 6C | EB | E | 36 | 0 | 8 | 11D | 4C | 43 |
| Octal | 313 | 154 | 353 | 16 | 66 | 0 | 10 | 435 | 114 | 103 |
| Binary | 11001011 | 1101100 | 11101011 | 1110 | 110110 | 0 | 1000 | 100011101 | 1001100 | 1000011 |
Color Harmonies of #CB6CEB
Complementary color
Monochromatic Colors of #CB6CEB
Black with #CB6CEB
Text Example
Text Example
White with #CB6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CEB; }
p { color: rgb(203,108,235); }
H1.HeaderClassName
{
color: #CB6CEB;
}
.AnyTagClassName
{
color: #CB6CEB;
}
</style>
background-color css
<style>
a { background-color: #CB6CEB; }
a { background-color: rgb(203,108,235); }
div.DivClassName
{
background-color: #CB6CEB;
}
.BgClassName
{
background-color: #CB6CEB;
}
</style>
border-color css
<style>
span { border-color: #CB6CEB; }
span { border-color: rgb(203,108,235); }
td.TdClassName
{
border-color: #CB6CEB;
}
.TagClassName
{
border-color: #CB6CEB;
}
</style>