Shades of Orchid #CB6BDB
Tints of Orchid #CB6BDB
RGB
CMYK
RGB Variations
Color information
#CB6BDB (or 0xCB6BDB) is known color: Orchid. HEX triplet: CB, 6B and DB. RGB value is (203,107,219). Sum of RGB (Red+Green+Blue) = 203+107+219=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BDB is #349424. Grayscale: #949494. Windows color (decimal): -3445797 or 14379979. OLE color: 14379979.
HSL color Cylindrical-coordinate representation of color #CB6BDB: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6BDB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 107 | 219 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.14 |
| HSL | 291.43º | 0.61% | 0.64% | - |
| HSV(B) | 291.43º | 0.51% | 0.86% | - |
| XYZ | 42.67 | 28.33 | 70.24 | - |
| YUV | 148.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 219 | 0.07 | 0.51 | 0 | 0.14 | 291.43 | 0.61 | 0.64 |
| Hex | CB | 6B | DB | 7 | 33 | 0 | E | 123 | 3D | 40 |
| Octal | 313 | 153 | 333 | 7 | 63 | 0 | 16 | 443 | 75 | 100 |
| Binary | 11001011 | 1101011 | 11011011 | 111 | 110011 | 0 | 1110 | 100100011 | 111101 | 1000000 |
Color Harmonies of #CB6BDB
Complementary color
Monochromatic Colors of #CB6BDB
Black with #CB6BDB
Text Example
Text Example
White with #CB6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BDB; }
p { color: rgb(203,107,219); }
H1.HeaderClassName
{
color: #CB6BDB;
}
.AnyTagClassName
{
color: #CB6BDB;
}
</style>
background-color css
<style>
a { background-color: #CB6BDB; }
a { background-color: rgb(203,107,219); }
div.DivClassName
{
background-color: #CB6BDB;
}
.BgClassName
{
background-color: #CB6BDB;
}
</style>
border-color css
<style>
span { border-color: #CB6BDB; }
span { border-color: rgb(203,107,219); }
td.TdClassName
{
border-color: #CB6BDB;
}
.TagClassName
{
border-color: #CB6BDB;
}
</style>