Shades of Orchid #CB83D5
Tints of Orchid #CB83D5
RGB
CMYK
RGB Variations
Color information
#CB83D5 (or 0xCB83D5) is known color: Orchid. HEX triplet: CB, 83 and D5. RGB value is (203,131,213). Sum of RGB (Red+Green+Blue) = 203+131+213=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB83D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83D5 is #347C2A. Grayscale: #A1A1A1. Windows color (decimal): -3439659 or 13992907. OLE color: 13992907.
HSL color Cylindrical-coordinate representation of color #CB83D5: hue angle of 292.68º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB83D5 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 131 | 213 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.16 |
| HSL | 292.68º | 0.49% | 0.67% | - |
| HSV(B) | 292.68º | 0.38% | 0.84% | - |
| XYZ | 44.76 | 33.73 | 67.1 | - |
| YUV | 161.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 213 | 0.05 | 0.38 | 0 | 0.16 | 292.68 | 0.49 | 0.67 |
| Hex | CB | 83 | D5 | 5 | 26 | 0 | 10 | 125 | 31 | 43 |
| Octal | 313 | 203 | 325 | 5 | 46 | 0 | 20 | 445 | 61 | 103 |
| Binary | 11001011 | 10000011 | 11010101 | 101 | 100110 | 0 | 10000 | 100100101 | 110001 | 1000011 |
Color Harmonies of #CB83D5
Complementary color
Monochromatic Colors of #CB83D5
Black with #CB83D5
Text Example
Text Example
White with #CB83D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83D5; }
p { color: rgb(203,131,213); }
H1.HeaderClassName
{
color: #CB83D5;
}
.AnyTagClassName
{
color: #CB83D5;
}
</style>
background-color css
<style>
a { background-color: #CB83D5; }
a { background-color: rgb(203,131,213); }
div.DivClassName
{
background-color: #CB83D5;
}
.BgClassName
{
background-color: #CB83D5;
}
</style>
border-color css
<style>
span { border-color: #CB83D5; }
span { border-color: rgb(203,131,213); }
td.TdClassName
{
border-color: #CB83D5;
}
.TagClassName
{
border-color: #CB83D5;
}
</style>