Shades of Orchid #CB7CDB
Tints of Orchid #CB7CDB
RGB
CMYK
RGB Variations
Color information
#CB7CDB (or 0xCB7CDB) is known color: Orchid. HEX triplet: CB, 7C and DB. RGB value is (203,124,219). Sum of RGB (Red+Green+Blue) = 203+124+219=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CDB is #348324. Grayscale: #9E9E9E. Windows color (decimal): -3441445 or 14384331. OLE color: 14384331.
HSL color Cylindrical-coordinate representation of color #CB7CDB: hue angle of 289.89º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7CDB is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 124 | 219 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.14 |
| HSL | 289.89º | 0.57% | 0.67% | - |
| HSV(B) | 289.89º | 0.43% | 0.86% | - |
| XYZ | 44.62 | 32.23 | 70.89 | - |
| YUV | 158.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 219 | 0.07 | 0.43 | 0 | 0.14 | 289.89 | 0.57 | 0.67 |
| Hex | CB | 7C | DB | 7 | 2B | 0 | E | 122 | 39 | 43 |
| Octal | 313 | 174 | 333 | 7 | 53 | 0 | 16 | 442 | 71 | 103 |
| Binary | 11001011 | 1111100 | 11011011 | 111 | 101011 | 0 | 1110 | 100100010 | 111001 | 1000011 |
Color Harmonies of #CB7CDB
Complementary color
Monochromatic Colors of #CB7CDB
Black with #CB7CDB
Text Example
Text Example
White with #CB7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CDB; }
p { color: rgb(203,124,219); }
H1.HeaderClassName
{
color: #CB7CDB;
}
.AnyTagClassName
{
color: #CB7CDB;
}
</style>
background-color css
<style>
a { background-color: #CB7CDB; }
a { background-color: rgb(203,124,219); }
div.DivClassName
{
background-color: #CB7CDB;
}
.BgClassName
{
background-color: #CB7CDB;
}
</style>
border-color css
<style>
span { border-color: #CB7CDB; }
span { border-color: rgb(203,124,219); }
td.TdClassName
{
border-color: #CB7CDB;
}
.TagClassName
{
border-color: #CB7CDB;
}
</style>