Shades of Heliotrope #CB6CEF
Tints of Heliotrope #CB6CEF
RGB
CMYK
RGB Variations
Color information
#CB6CEF (or 0xCB6CEF) is known color: Heliotrope. HEX triplet: CB, 6C and EF. RGB value is (203,108,239). Sum of RGB (Red+Green+Blue) = 203+108+239=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CEF is #349310. Grayscale: #969696. Windows color (decimal): -3445521 or 15690955. OLE color: 15690955.
HSL color Cylindrical-coordinate representation of color #CB6CEF: hue angle of 283.51º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB6CEF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 108 | 239 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.06 |
| HSL | 283.51º | 0.8% | 0.68% | - |
| HSV(B) | 283.51º | 0.55% | 0.94% | - |
| XYZ | 45.57 | 29.65 | 84.98 | - |
| YUV | 151.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 239 | 0.15 | 0.55 | 0 | 0.06 | 283.51 | 0.8 | 0.68 |
| Hex | CB | 6C | EF | F | 37 | 0 | 6 | 11C | 50 | 44 |
| Octal | 313 | 154 | 357 | 17 | 67 | 0 | 6 | 434 | 120 | 104 |
| Binary | 11001011 | 1101100 | 11101111 | 1111 | 110111 | 0 | 110 | 100011100 | 1010000 | 1000100 |
Color Harmonies of #CB6CEF
Complementary color
Monochromatic Colors of #CB6CEF
Black with #CB6CEF
Text Example
Text Example
White with #CB6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CEF; }
p { color: rgb(203,108,239); }
H1.HeaderClassName
{
color: #CB6CEF;
}
.AnyTagClassName
{
color: #CB6CEF;
}
</style>
background-color css
<style>
a { background-color: #CB6CEF; }
a { background-color: rgb(203,108,239); }
div.DivClassName
{
background-color: #CB6CEF;
}
.BgClassName
{
background-color: #CB6CEF;
}
</style>
border-color css
<style>
span { border-color: #CB6CEF; }
span { border-color: rgb(203,108,239); }
td.TdClassName
{
border-color: #CB6CEF;
}
.TagClassName
{
border-color: #CB6CEF;
}
</style>