Shades of Orchid #CB82D6
Tints of Orchid #CB82D6
RGB
CMYK
RGB Variations
Color information
#CB82D6 (or 0xCB82D6) is known color: Orchid. HEX triplet: CB, 82 and D6. RGB value is (203,130,214). Sum of RGB (Red+Green+Blue) = 203+130+214=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB82D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82D6 is #347D29. Grayscale: #A1A1A1. Windows color (decimal): -3439914 or 14058187. OLE color: 14058187.
HSL color Cylindrical-coordinate representation of color #CB82D6: hue angle of 292.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB82D6 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 130 | 214 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.16 |
| HSL | 292.14º | 0.51% | 0.67% | - |
| HSV(B) | 292.14º | 0.39% | 0.84% | - |
| XYZ | 44.75 | 33.52 | 67.73 | - |
| YUV | 161.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 214 | 0.05 | 0.39 | 0 | 0.16 | 292.14 | 0.51 | 0.67 |
| Hex | CB | 82 | D6 | 5 | 27 | 0 | 10 | 124 | 33 | 43 |
| Octal | 313 | 202 | 326 | 5 | 47 | 0 | 20 | 444 | 63 | 103 |
| Binary | 11001011 | 10000010 | 11010110 | 101 | 100111 | 0 | 10000 | 100100100 | 110011 | 1000011 |
Color Harmonies of #CB82D6
Complementary color
Monochromatic Colors of #CB82D6
Black with #CB82D6
Text Example
Text Example
White with #CB82D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB82D6; }
p { color: rgb(203,130,214); }
H1.HeaderClassName
{
color: #CB82D6;
}
.AnyTagClassName
{
color: #CB82D6;
}
</style>
background-color css
<style>
a { background-color: #CB82D6; }
a { background-color: rgb(203,130,214); }
div.DivClassName
{
background-color: #CB82D6;
}
.BgClassName
{
background-color: #CB82D6;
}
</style>
border-color css
<style>
span { border-color: #CB82D6; }
span { border-color: rgb(203,130,214); }
td.TdClassName
{
border-color: #CB82D6;
}
.TagClassName
{
border-color: #CB82D6;
}
</style>