Shades of Heliotrope #CB6DED
Tints of Heliotrope #CB6DED
RGB
CMYK
RGB Variations
Color information
#CB6DED (or 0xCB6DED) is known color: Heliotrope. HEX triplet: CB, 6D and ED. RGB value is (203,109,237). Sum of RGB (Red+Green+Blue) = 203+109+237=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6DED is #349212. Grayscale: #979797. Windows color (decimal): -3445267 or 15560139. OLE color: 15560139.
HSL color Cylindrical-coordinate representation of color #CB6DED: hue angle of 284.06º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6DED is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 109 | 237 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.07 |
| HSL | 284.06º | 0.78% | 0.68% | - |
| HSV(B) | 284.06º | 0.54% | 0.93% | - |
| XYZ | 45.38 | 29.75 | 83.47 | - |
| YUV | 151.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 237 | 0.14 | 0.54 | 0 | 0.07 | 284.06 | 0.78 | 0.68 |
| Hex | CB | 6D | ED | E | 36 | 0 | 7 | 11C | 4E | 44 |
| Octal | 313 | 155 | 355 | 16 | 66 | 0 | 7 | 434 | 116 | 104 |
| Binary | 11001011 | 1101101 | 11101101 | 1110 | 110110 | 0 | 111 | 100011100 | 1001110 | 1000100 |
Color Harmonies of #CB6DED
Complementary color
Monochromatic Colors of #CB6DED
Black with #CB6DED
Text Example
Text Example
White with #CB6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6DED; }
p { color: rgb(203,109,237); }
H1.HeaderClassName
{
color: #CB6DED;
}
.AnyTagClassName
{
color: #CB6DED;
}
</style>
background-color css
<style>
a { background-color: #CB6DED; }
a { background-color: rgb(203,109,237); }
div.DivClassName
{
background-color: #CB6DED;
}
.BgClassName
{
background-color: #CB6DED;
}
</style>
border-color css
<style>
span { border-color: #CB6DED; }
span { border-color: rgb(203,109,237); }
td.TdClassName
{
border-color: #CB6DED;
}
.TagClassName
{
border-color: #CB6DED;
}
</style>