Shades of Orchid #CB82D9
Tints of Orchid #CB82D9
RGB
CMYK
RGB Variations
Color information
#CB82D9 (or 0xCB82D9) is known color: Orchid. HEX triplet: CB, 82 and D9. RGB value is (203,130,217). Sum of RGB (Red+Green+Blue) = 203+130+217=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB82D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82D9 is #347D26. Grayscale: #A1A1A1. Windows color (decimal): -3439911 or 14254795. OLE color: 14254795.
HSL color Cylindrical-coordinate representation of color #CB82D9: hue angle of 290.34º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB82D9 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 130 | 217 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.15 |
| HSL | 290.34º | 0.53% | 0.68% | - |
| HSV(B) | 290.34º | 0.4% | 0.85% | - |
| XYZ | 45.14 | 33.67 | 69.77 | - |
| YUV | 161.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 217 | 0.06 | 0.40 | 0 | 0.15 | 290.34 | 0.53 | 0.68 |
| Hex | CB | 82 | D9 | 6 | 28 | 0 | F | 122 | 35 | 44 |
| Octal | 313 | 202 | 331 | 6 | 50 | 0 | 17 | 442 | 65 | 104 |
| Binary | 11001011 | 10000010 | 11011001 | 110 | 101000 | 0 | 1111 | 100100010 | 110101 | 1000100 |
Color Harmonies of #CB82D9
Complementary color
Monochromatic Colors of #CB82D9
Black with #CB82D9
Text Example
Text Example
White with #CB82D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB82D9; }
p { color: rgb(203,130,217); }
H1.HeaderClassName
{
color: #CB82D9;
}
.AnyTagClassName
{
color: #CB82D9;
}
</style>
background-color css
<style>
a { background-color: #CB82D9; }
a { background-color: rgb(203,130,217); }
div.DivClassName
{
background-color: #CB82D9;
}
.BgClassName
{
background-color: #CB82D9;
}
</style>
border-color css
<style>
span { border-color: #CB82D9; }
span { border-color: rgb(203,130,217); }
td.TdClassName
{
border-color: #CB82D9;
}
.TagClassName
{
border-color: #CB82D9;
}
</style>