Shades of Orchid #CB81DD
Tints of Orchid #CB81DD
RGB
CMYK
RGB Variations
Color information
#CB81DD (or 0xCB81DD) is known color: Orchid. HEX triplet: CB, 81 and DD. RGB value is (203,129,221). Sum of RGB (Red+Green+Blue) = 203+129+221=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81DD is #347E22. Grayscale: #A1A1A1. Windows color (decimal): -3440163 or 14516683. OLE color: 14516683.
HSL color Cylindrical-coordinate representation of color #CB81DD: hue angle of 288.26º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB81DD is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 129 | 221 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.13 |
| HSL | 288.26º | 0.58% | 0.69% | - |
| HSV(B) | 288.26º | 0.42% | 0.87% | - |
| XYZ | 45.53 | 33.62 | 72.5 | - |
| YUV | 161.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 221 | 0.08 | 0.42 | 0 | 0.13 | 288.26 | 0.58 | 0.69 |
| Hex | CB | 81 | DD | 8 | 2A | 0 | D | 120 | 3A | 45 |
| Octal | 313 | 201 | 335 | 10 | 52 | 0 | 15 | 440 | 72 | 105 |
| Binary | 11001011 | 10000001 | 11011101 | 1000 | 101010 | 0 | 1101 | 100100000 | 111010 | 1000101 |
Color Harmonies of #CB81DD
Complementary color
Monochromatic Colors of #CB81DD
Black with #CB81DD
Text Example
Text Example
White with #CB81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81DD; }
p { color: rgb(203,129,221); }
H1.HeaderClassName
{
color: #CB81DD;
}
.AnyTagClassName
{
color: #CB81DD;
}
</style>
background-color css
<style>
a { background-color: #CB81DD; }
a { background-color: rgb(203,129,221); }
div.DivClassName
{
background-color: #CB81DD;
}
.BgClassName
{
background-color: #CB81DD;
}
</style>
border-color css
<style>
span { border-color: #CB81DD; }
span { border-color: rgb(203,129,221); }
td.TdClassName
{
border-color: #CB81DD;
}
.TagClassName
{
border-color: #CB81DD;
}
</style>