Shades of Orchid #CB84D0
Tints of Orchid #CB84D0
RGB
CMYK
RGB Variations
Color information
#CB84D0 (or 0xCB84D0) is known color: Orchid. HEX triplet: CB, 84 and D0. RGB value is (203,132,208). Sum of RGB (Red+Green+Blue) = 203+132+208=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB84D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84D0 is #347B2F. Grayscale: #A1A1A1. Windows color (decimal): -3439408 or 13665483. OLE color: 13665483.
HSL color Cylindrical-coordinate representation of color #CB84D0: hue angle of 296.05º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB84D0 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 132 | 208 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.18 |
| HSL | 296.05º | 0.45% | 0.67% | - |
| HSV(B) | 296.05º | 0.37% | 0.82% | - |
| XYZ | 44.27 | 33.75 | 63.86 | - |
| YUV | 161.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 208 | 0.02 | 0.37 | 0 | 0.18 | 296.05 | 0.45 | 0.67 |
| Hex | CB | 84 | D0 | 2 | 25 | 0 | 12 | 128 | 2D | 43 |
| Octal | 313 | 204 | 320 | 2 | 45 | 0 | 22 | 450 | 55 | 103 |
| Binary | 11001011 | 10000100 | 11010000 | 10 | 100101 | 0 | 10010 | 100101000 | 101101 | 1000011 |
Color Harmonies of #CB84D0
Complementary color
Monochromatic Colors of #CB84D0
Black with #CB84D0
Text Example
Text Example
White with #CB84D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84D0; }
p { color: rgb(203,132,208); }
H1.HeaderClassName
{
color: #CB84D0;
}
.AnyTagClassName
{
color: #CB84D0;
}
</style>
background-color css
<style>
a { background-color: #CB84D0; }
a { background-color: rgb(203,132,208); }
div.DivClassName
{
background-color: #CB84D0;
}
.BgClassName
{
background-color: #CB84D0;
}
</style>
border-color css
<style>
span { border-color: #CB84D0; }
span { border-color: rgb(203,132,208); }
td.TdClassName
{
border-color: #CB84D0;
}
.TagClassName
{
border-color: #CB84D0;
}
</style>