Shades of Heliotrope #CB6EF1
Tints of Heliotrope #CB6EF1
RGB
CMYK
RGB Variations
Color information
#CB6EF1 (or 0xCB6EF1) is known color: Heliotrope. HEX triplet: CB, 6E and F1. RGB value is (203,110,241). Sum of RGB (Red+Green+Blue) = 203+110+241=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB6EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EF1 is #34910E. Grayscale: #989898. Windows color (decimal): -3445007 or 15822539. OLE color: 15822539.
HSL color Cylindrical-coordinate representation of color #CB6EF1: hue angle of 282.6º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6EF1 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 110 | 241 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.05 |
| HSL | 282.6º | 0.82% | 0.69% | - |
| HSV(B) | 282.6º | 0.54% | 0.95% | - |
| XYZ | 46.08 | 30.2 | 86.62 | - |
| YUV | 152.74 | 177.81 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 241 | 0.16 | 0.54 | 0 | 0.05 | 282.6 | 0.82 | 0.69 |
| Hex | CB | 6E | F1 | 10 | 36 | 0 | 5 | 11B | 52 | 45 |
| Octal | 313 | 156 | 361 | 20 | 66 | 0 | 5 | 433 | 122 | 105 |
| Binary | 11001011 | 1101110 | 11110001 | 10000 | 110110 | 0 | 101 | 100011011 | 1010010 | 1000101 |
Color Harmonies of #CB6EF1
Complementary color
Monochromatic Colors of #CB6EF1
Black with #CB6EF1
Text Example
Text Example
White with #CB6EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EF1; }
p { color: rgb(203,110,241); }
H1.HeaderClassName
{
color: #CB6EF1;
}
.AnyTagClassName
{
color: #CB6EF1;
}
</style>
background-color css
<style>
a { background-color: #CB6EF1; }
a { background-color: rgb(203,110,241); }
div.DivClassName
{
background-color: #CB6EF1;
}
.BgClassName
{
background-color: #CB6EF1;
}
</style>
border-color css
<style>
span { border-color: #CB6EF1; }
span { border-color: rgb(203,110,241); }
td.TdClassName
{
border-color: #CB6EF1;
}
.TagClassName
{
border-color: #CB6EF1;
}
</style>