Shades of Orchid #CD81DD
Tints of Orchid #CD81DD
RGB
CMYK
RGB Variations
Color information
#CD81DD (or 0xCD81DD) is known color: Orchid. HEX triplet: CD, 81 and DD. RGB value is (205,129,221). Sum of RGB (Red+Green+Blue) = 205+129+221=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81DD is #327E22. Grayscale: #A1A1A1. Windows color (decimal): -3309091 or 14516685. OLE color: 14516685.
HSL color Cylindrical-coordinate representation of color #CD81DD: hue angle of 289.57º 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 #CD81DD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 129 | 221 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.13 |
| HSL | 289.57º | 0.58% | 0.69% | - |
| HSV(B) | 289.57º | 0.42% | 0.87% | - |
| XYZ | 46.08 | 33.9 | 72.52 | - |
| YUV | 162.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 221 | 0.07 | 0.42 | 0 | 0.13 | 289.57 | 0.58 | 0.69 |
| Hex | CD | 81 | DD | 7 | 2A | 0 | D | 122 | 3A | 45 |
| Octal | 315 | 201 | 335 | 7 | 52 | 0 | 15 | 442 | 72 | 105 |
| Binary | 11001101 | 10000001 | 11011101 | 111 | 101010 | 0 | 1101 | 100100010 | 111010 | 1000101 |
Color Harmonies of #CD81DD
Complementary color
Monochromatic Colors of #CD81DD
Black with #CD81DD
Text Example
Text Example
White with #CD81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD81DD; }
p { color: rgb(205,129,221); }
H1.HeaderClassName
{
color: #CD81DD;
}
.AnyTagClassName
{
color: #CD81DD;
}
</style>
background-color css
<style>
a { background-color: #CD81DD; }
a { background-color: rgb(205,129,221); }
div.DivClassName
{
background-color: #CD81DD;
}
.BgClassName
{
background-color: #CD81DD;
}
</style>
border-color css
<style>
span { border-color: #CD81DD; }
span { border-color: rgb(205,129,221); }
td.TdClassName
{
border-color: #CD81DD;
}
.TagClassName
{
border-color: #CD81DD;
}
</style>