Shades of Orchid #CD81CB
Tints of Orchid #CD81CB
RGB
CMYK
RGB Variations
Color information
#CD81CB (or 0xCD81CB) is known color: Orchid. HEX triplet: CD, 81 and CB. RGB value is (205,129,203). Sum of RGB (Red+Green+Blue) = 205+129+203=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CD81CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81CB is #327E34. Grayscale: #9F9F9F. Windows color (decimal): -3309109 or 13337037. OLE color: 13337037.
HSL color Cylindrical-coordinate representation of color #CD81CB: hue angle of 301.58º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD81CB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 203 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.20 |
| HSL | 301.58º | 0.43% | 0.65% | - |
| HSV(B) | 301.58º | 0.37% | 0.8% | - |
| XYZ | 43.81 | 32.99 | 60.56 | - |
| YUV | 160.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 203 | 0 | 0.37 | 0.01 | 0.20 | 301.58 | 0.43 | 0.65 |
| Hex | CD | 81 | CB | 0 | 25 | 1 | 14 | 12E | 2B | 41 |
| Octal | 315 | 201 | 313 | 0 | 45 | 1 | 24 | 456 | 53 | 101 |
| Binary | 11001101 | 10000001 | 11001011 | 0 | 100101 | 1 | 10100 | 100101110 | 101011 | 1000001 |
Color Harmonies of #CD81CB
Complementary color
Monochromatic Colors of #CD81CB
Black with #CD81CB
Text Example
Text Example
White with #CD81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD81CB; }
p { color: rgb(205,129,203); }
H1.HeaderClassName
{
color: #CD81CB;
}
.AnyTagClassName
{
color: #CD81CB;
}
</style>
background-color css
<style>
a { background-color: #CD81CB; }
a { background-color: rgb(205,129,203); }
div.DivClassName
{
background-color: #CD81CB;
}
.BgClassName
{
background-color: #CD81CB;
}
</style>
border-color css
<style>
span { border-color: #CD81CB; }
span { border-color: rgb(205,129,203); }
td.TdClassName
{
border-color: #CD81CB;
}
.TagClassName
{
border-color: #CD81CB;
}
</style>