Shades of Orchid #CB82DB
Tints of Orchid #CB82DB
RGB
CMYK
RGB Variations
Color information
#CB82DB (or 0xCB82DB) is known color: Orchid. HEX triplet: CB, 82 and DB. RGB value is (203,130,219). Sum of RGB (Red+Green+Blue) = 203+130+219=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82DB is #347D24. Grayscale: #A1A1A1. Windows color (decimal): -3439909 or 14385867. OLE color: 14385867.
HSL color Cylindrical-coordinate representation of color #CB82DB: hue angle of 289.21º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB82DB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 130 | 219 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.14 |
| HSL | 289.21º | 0.55% | 0.68% | - |
| HSV(B) | 289.21º | 0.41% | 0.86% | - |
| XYZ | 45.4 | 33.78 | 71.14 | - |
| YUV | 161.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 219 | 0.07 | 0.41 | 0 | 0.14 | 289.21 | 0.55 | 0.68 |
| Hex | CB | 82 | DB | 7 | 29 | 0 | E | 121 | 37 | 44 |
| Octal | 313 | 202 | 333 | 7 | 51 | 0 | 16 | 441 | 67 | 104 |
| Binary | 11001011 | 10000010 | 11011011 | 111 | 101001 | 0 | 1110 | 100100001 | 110111 | 1000100 |
Color Harmonies of #CB82DB
Complementary color
Monochromatic Colors of #CB82DB
Black with #CB82DB
Text Example
Text Example
White with #CB82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB82DB; }
p { color: rgb(203,130,219); }
H1.HeaderClassName
{
color: #CB82DB;
}
.AnyTagClassName
{
color: #CB82DB;
}
</style>
background-color css
<style>
a { background-color: #CB82DB; }
a { background-color: rgb(203,130,219); }
div.DivClassName
{
background-color: #CB82DB;
}
.BgClassName
{
background-color: #CB82DB;
}
</style>
border-color css
<style>
span { border-color: #CB82DB; }
span { border-color: rgb(203,130,219); }
td.TdClassName
{
border-color: #CB82DB;
}
.TagClassName
{
border-color: #CB82DB;
}
</style>