Shades of Heliotrope #CB6FEF
Tints of Heliotrope #CB6FEF
RGB
CMYK
RGB Variations
Color information
#CB6FEF (or 0xCB6FEF) is known color: Heliotrope. HEX triplet: CB, 6F and EF. RGB value is (203,111,239). Sum of RGB (Red+Green+Blue) = 203+111+239=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB6FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FEF is #349010. Grayscale: #989898. Windows color (decimal): -3444753 or 15691723. OLE color: 15691723.
HSL color Cylindrical-coordinate representation of color #CB6FEF: hue angle of 283.12º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6FEF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 111 | 239 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.06 |
| HSL | 283.13º | 0.8% | 0.69% | - |
| HSV(B) | 283.13º | 0.54% | 0.94% | - |
| XYZ | 45.89 | 30.3 | 85.09 | - |
| YUV | 153.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 239 | 0.15 | 0.54 | 0 | 0.06 | 283.13 | 0.8 | 0.69 |
| Hex | CB | 6F | EF | F | 36 | 0 | 6 | 11B | 50 | 45 |
| Octal | 313 | 157 | 357 | 17 | 66 | 0 | 6 | 433 | 120 | 105 |
| Binary | 11001011 | 1101111 | 11101111 | 1111 | 110110 | 0 | 110 | 100011011 | 1010000 | 1000101 |
Color Harmonies of #CB6FEF
Complementary color
Monochromatic Colors of #CB6FEF
Black with #CB6FEF
Text Example
Text Example
White with #CB6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FEF; }
p { color: rgb(203,111,239); }
H1.HeaderClassName
{
color: #CB6FEF;
}
.AnyTagClassName
{
color: #CB6FEF;
}
</style>
background-color css
<style>
a { background-color: #CB6FEF; }
a { background-color: rgb(203,111,239); }
div.DivClassName
{
background-color: #CB6FEF;
}
.BgClassName
{
background-color: #CB6FEF;
}
</style>
border-color css
<style>
span { border-color: #CB6FEF; }
span { border-color: rgb(203,111,239); }
td.TdClassName
{
border-color: #CB6FEF;
}
.TagClassName
{
border-color: #CB6FEF;
}
</style>