Shades of Orchid #CB6EDB
Tints of Orchid #CB6EDB
RGB
CMYK
RGB Variations
Color information
#CB6EDB (or 0xCB6EDB) is known color: Orchid. HEX triplet: CB, 6E and DB. RGB value is (203,110,219). Sum of RGB (Red+Green+Blue) = 203+110+219=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EDB is #349124. Grayscale: #959595. Windows color (decimal): -3445029 or 14380747. OLE color: 14380747.
HSL color Cylindrical-coordinate representation of color #CB6EDB: hue angle of 291.19º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6EDB is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 110 | 219 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.14 |
| HSL | 291.19º | 0.6% | 0.65% | - |
| HSV(B) | 291.19º | 0.5% | 0.86% | - |
| XYZ | 42.99 | 28.96 | 70.34 | - |
| YUV | 150.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 219 | 0.07 | 0.50 | 0 | 0.14 | 291.19 | 0.6 | 0.65 |
| Hex | CB | 6E | DB | 7 | 32 | 0 | E | 123 | 3C | 41 |
| Octal | 313 | 156 | 333 | 7 | 62 | 0 | 16 | 443 | 74 | 101 |
| Binary | 11001011 | 1101110 | 11011011 | 111 | 110010 | 0 | 1110 | 100100011 | 111100 | 1000001 |
Color Harmonies of #CB6EDB
Complementary color
Monochromatic Colors of #CB6EDB
Black with #CB6EDB
Text Example
Text Example
White with #CB6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EDB; }
p { color: rgb(203,110,219); }
H1.HeaderClassName
{
color: #CB6EDB;
}
.AnyTagClassName
{
color: #CB6EDB;
}
</style>
background-color css
<style>
a { background-color: #CB6EDB; }
a { background-color: rgb(203,110,219); }
div.DivClassName
{
background-color: #CB6EDB;
}
.BgClassName
{
background-color: #CB6EDB;
}
</style>
border-color css
<style>
span { border-color: #CB6EDB; }
span { border-color: rgb(203,110,219); }
td.TdClassName
{
border-color: #CB6EDB;
}
.TagClassName
{
border-color: #CB6EDB;
}
</style>