Shades of Orchid #CB83DB
Tints of Orchid #CB83DB
RGB
CMYK
RGB Variations
Color information
#CB83DB (or 0xCB83DB) is known color: Orchid. HEX triplet: CB, 83 and DB. RGB value is (203,131,219). Sum of RGB (Red+Green+Blue) = 203+131+219=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83DB is #347C24. Grayscale: #A2A2A2. Windows color (decimal): -3439653 or 14386123. OLE color: 14386123.
HSL color Cylindrical-coordinate representation of color #CB83DB: hue angle of 289.09º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB83DB is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 131 | 219 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.14 |
| HSL | 289.09º | 0.55% | 0.69% | - |
| HSV(B) | 289.09º | 0.4% | 0.86% | - |
| XYZ | 45.53 | 34.04 | 71.19 | - |
| YUV | 162.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 219 | 0.07 | 0.40 | 0 | 0.14 | 289.09 | 0.55 | 0.69 |
| Hex | CB | 83 | DB | 7 | 28 | 0 | E | 121 | 37 | 45 |
| Octal | 313 | 203 | 333 | 7 | 50 | 0 | 16 | 441 | 67 | 105 |
| Binary | 11001011 | 10000011 | 11011011 | 111 | 101000 | 0 | 1110 | 100100001 | 110111 | 1000101 |
Color Harmonies of #CB83DB
Complementary color
Monochromatic Colors of #CB83DB
Black with #CB83DB
Text Example
Text Example
White with #CB83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83DB; }
p { color: rgb(203,131,219); }
H1.HeaderClassName
{
color: #CB83DB;
}
.AnyTagClassName
{
color: #CB83DB;
}
</style>
background-color css
<style>
a { background-color: #CB83DB; }
a { background-color: rgb(203,131,219); }
div.DivClassName
{
background-color: #CB83DB;
}
.BgClassName
{
background-color: #CB83DB;
}
</style>
border-color css
<style>
span { border-color: #CB83DB; }
span { border-color: rgb(203,131,219); }
td.TdClassName
{
border-color: #CB83DB;
}
.TagClassName
{
border-color: #CB83DB;
}
</style>