Shades of Heliotrope #CB6FEB
Tints of Heliotrope #CB6FEB
RGB
CMYK
RGB Variations
Color information
#CB6FEB (or 0xCB6FEB) is known color: Heliotrope. HEX triplet: CB, 6F and EB. RGB value is (203,111,235). Sum of RGB (Red+Green+Blue) = 203+111+235=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB6FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FEB is #349014. Grayscale: #989898. Windows color (decimal): -3444757 or 15429579. OLE color: 15429579.
HSL color Cylindrical-coordinate representation of color #CB6FEB: hue angle of 284.52º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6FEB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 111 | 235 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.08 |
| HSL | 284.52º | 0.76% | 0.68% | - |
| HSV(B) | 284.52º | 0.53% | 0.92% | - |
| XYZ | 45.31 | 30.06 | 82.01 | - |
| YUV | 152.64 | 174.48 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 235 | 0.14 | 0.53 | 0 | 0.08 | 284.52 | 0.76 | 0.68 |
| Hex | CB | 6F | EB | E | 35 | 0 | 8 | 11D | 4C | 44 |
| Octal | 313 | 157 | 353 | 16 | 65 | 0 | 10 | 435 | 114 | 104 |
| Binary | 11001011 | 1101111 | 11101011 | 1110 | 110101 | 0 | 1000 | 100011101 | 1001100 | 1000100 |
Color Harmonies of #CB6FEB
Complementary color
Monochromatic Colors of #CB6FEB
Black with #CB6FEB
Text Example
Text Example
White with #CB6FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FEB; }
p { color: rgb(203,111,235); }
H1.HeaderClassName
{
color: #CB6FEB;
}
.AnyTagClassName
{
color: #CB6FEB;
}
</style>
background-color css
<style>
a { background-color: #CB6FEB; }
a { background-color: rgb(203,111,235); }
div.DivClassName
{
background-color: #CB6FEB;
}
.BgClassName
{
background-color: #CB6FEB;
}
</style>
border-color css
<style>
span { border-color: #CB6FEB; }
span { border-color: rgb(203,111,235); }
td.TdClassName
{
border-color: #CB6FEB;
}
.TagClassName
{
border-color: #CB6FEB;
}
</style>