Shades of Orchid #CB83D6
Tints of Orchid #CB83D6
RGB
CMYK
RGB Variations
Color information
#CB83D6 (or 0xCB83D6) is known color: Orchid. HEX triplet: CB, 83 and D6. RGB value is (203,131,214). Sum of RGB (Red+Green+Blue) = 203+131+214=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB83D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83D6 is #347C29. Grayscale: #A1A1A1. Windows color (decimal): -3439658 or 14058443. OLE color: 14058443.
HSL color Cylindrical-coordinate representation of color #CB83D6: hue angle of 292.05º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB83D6 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 131 | 214 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.16 |
| HSL | 292.05º | 0.5% | 0.68% | - |
| HSV(B) | 292.05º | 0.39% | 0.84% | - |
| XYZ | 44.88 | 33.78 | 67.77 | - |
| YUV | 161.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 214 | 0.05 | 0.39 | 0 | 0.16 | 292.05 | 0.5 | 0.68 |
| Hex | CB | 83 | D6 | 5 | 27 | 0 | 10 | 124 | 32 | 44 |
| Octal | 313 | 203 | 326 | 5 | 47 | 0 | 20 | 444 | 62 | 104 |
| Binary | 11001011 | 10000011 | 11010110 | 101 | 100111 | 0 | 10000 | 100100100 | 110010 | 1000100 |
Color Harmonies of #CB83D6
Complementary color
Monochromatic Colors of #CB83D6
Black with #CB83D6
Text Example
Text Example
White with #CB83D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83D6; }
p { color: rgb(203,131,214); }
H1.HeaderClassName
{
color: #CB83D6;
}
.AnyTagClassName
{
color: #CB83D6;
}
</style>
background-color css
<style>
a { background-color: #CB83D6; }
a { background-color: rgb(203,131,214); }
div.DivClassName
{
background-color: #CB83D6;
}
.BgClassName
{
background-color: #CB83D6;
}
</style>
border-color css
<style>
span { border-color: #CB83D6; }
span { border-color: rgb(203,131,214); }
td.TdClassName
{
border-color: #CB83D6;
}
.TagClassName
{
border-color: #CB83D6;
}
</style>