Shades of Orchid #CB7BDB
Tints of Orchid #CB7BDB
RGB
CMYK
RGB Variations
Color information
#CB7BDB (or 0xCB7BDB) is known color: Orchid. HEX triplet: CB, 7B and DB. RGB value is (203,123,219). Sum of RGB (Red+Green+Blue) = 203+123+219=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BDB is #348424. Grayscale: #9D9D9D. Windows color (decimal): -3441701 or 14384075. OLE color: 14384075.
HSL color Cylindrical-coordinate representation of color #CB7BDB: hue angle of 290º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7BDB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 123 | 219 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.14 |
| HSL | 290º | 0.57% | 0.67% | - |
| HSV(B) | 290º | 0.44% | 0.86% | - |
| XYZ | 44.5 | 31.98 | 70.84 | - |
| YUV | 157.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 219 | 0.07 | 0.44 | 0 | 0.14 | 290 | 0.57 | 0.67 |
| Hex | CB | 7B | DB | 7 | 2C | 0 | E | 122 | 39 | 43 |
| Octal | 313 | 173 | 333 | 7 | 54 | 0 | 16 | 442 | 71 | 103 |
| Binary | 11001011 | 1111011 | 11011011 | 111 | 101100 | 0 | 1110 | 100100010 | 111001 | 1000011 |
Color Harmonies of #CB7BDB
Complementary color
Monochromatic Colors of #CB7BDB
Black with #CB7BDB
Text Example
Text Example
White with #CB7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BDB; }
p { color: rgb(203,123,219); }
H1.HeaderClassName
{
color: #CB7BDB;
}
.AnyTagClassName
{
color: #CB7BDB;
}
</style>
background-color css
<style>
a { background-color: #CB7BDB; }
a { background-color: rgb(203,123,219); }
div.DivClassName
{
background-color: #CB7BDB;
}
.BgClassName
{
background-color: #CB7BDB;
}
</style>
border-color css
<style>
span { border-color: #CB7BDB; }
span { border-color: rgb(203,123,219); }
td.TdClassName
{
border-color: #CB7BDB;
}
.TagClassName
{
border-color: #CB7BDB;
}
</style>