Shades of Orchid #CB7ADB
Tints of Orchid #CB7ADB
RGB
CMYK
RGB Variations
Color information
#CB7ADB (or 0xCB7ADB) is known color: Orchid. HEX triplet: CB, 7A and DB. RGB value is (203,122,219). Sum of RGB (Red+Green+Blue) = 203+122+219=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ADB is #348524. Grayscale: #9C9C9C. Windows color (decimal): -3441957 or 14383819. OLE color: 14383819.
HSL color Cylindrical-coordinate representation of color #CB7ADB: hue angle of 290.1º 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 #CB7ADB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 122 | 219 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.14 |
| HSL | 290.1º | 0.57% | 0.67% | - |
| HSV(B) | 290.1º | 0.44% | 0.86% | - |
| XYZ | 44.37 | 31.73 | 70.8 | - |
| YUV | 157.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 219 | 0.07 | 0.44 | 0 | 0.14 | 290.1 | 0.57 | 0.67 |
| Hex | CB | 7A | DB | 7 | 2C | 0 | E | 122 | 39 | 43 |
| Octal | 313 | 172 | 333 | 7 | 54 | 0 | 16 | 442 | 71 | 103 |
| Binary | 11001011 | 1111010 | 11011011 | 111 | 101100 | 0 | 1110 | 100100010 | 111001 | 1000011 |
Color Harmonies of #CB7ADB
Complementary color
Monochromatic Colors of #CB7ADB
Black with #CB7ADB
Text Example
Text Example
White with #CB7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ADB; }
p { color: rgb(203,122,219); }
H1.HeaderClassName
{
color: #CB7ADB;
}
.AnyTagClassName
{
color: #CB7ADB;
}
</style>
background-color css
<style>
a { background-color: #CB7ADB; }
a { background-color: rgb(203,122,219); }
div.DivClassName
{
background-color: #CB7ADB;
}
.BgClassName
{
background-color: #CB7ADB;
}
</style>
border-color css
<style>
span { border-color: #CB7ADB; }
span { border-color: rgb(203,122,219); }
td.TdClassName
{
border-color: #CB7ADB;
}
.TagClassName
{
border-color: #CB7ADB;
}
</style>