Shades of Orchid #CB83DA
Tints of Orchid #CB83DA
RGB
CMYK
RGB Variations
Color information
#CB83DA (or 0xCB83DA) is known color: Orchid. HEX triplet: CB, 83 and DA. RGB value is (203,131,218). Sum of RGB (Red+Green+Blue) = 203+131+218=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83DA is #347C25. Grayscale: #A2A2A2. Windows color (decimal): -3439654 or 14320587. OLE color: 14320587.
HSL color Cylindrical-coordinate representation of color #CB83DA: hue angle of 289.66º degrees, saturation: 0.54, 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 #CB83DA is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 131 | 218 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.15 |
| HSL | 289.66º | 0.54% | 0.68% | - |
| HSV(B) | 289.66º | 0.4% | 0.85% | - |
| XYZ | 45.4 | 33.99 | 70.5 | - |
| YUV | 162.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 218 | 0.07 | 0.40 | 0 | 0.15 | 289.66 | 0.54 | 0.68 |
| Hex | CB | 83 | DA | 7 | 28 | 0 | F | 122 | 36 | 44 |
| Octal | 313 | 203 | 332 | 7 | 50 | 0 | 17 | 442 | 66 | 104 |
| Binary | 11001011 | 10000011 | 11011010 | 111 | 101000 | 0 | 1111 | 100100010 | 110110 | 1000100 |
Color Harmonies of #CB83DA
Complementary color
Monochromatic Colors of #CB83DA
Black with #CB83DA
Text Example
Text Example
White with #CB83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83DA; }
p { color: rgb(203,131,218); }
H1.HeaderClassName
{
color: #CB83DA;
}
.AnyTagClassName
{
color: #CB83DA;
}
</style>
background-color css
<style>
a { background-color: #CB83DA; }
a { background-color: rgb(203,131,218); }
div.DivClassName
{
background-color: #CB83DA;
}
.BgClassName
{
background-color: #CB83DA;
}
</style>
border-color css
<style>
span { border-color: #CB83DA; }
span { border-color: rgb(203,131,218); }
td.TdClassName
{
border-color: #CB83DA;
}
.TagClassName
{
border-color: #CB83DA;
}
</style>