Shades of Orchid #CD80C9
Tints of Orchid #CD80C9
RGB
CMYK
RGB Variations
Color information
#CD80C9 (or 0xCD80C9) is known color: Orchid. HEX triplet: CD, 80 and C9. RGB value is (205,128,201). Sum of RGB (Red+Green+Blue) = 205+128+201=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80C9 is #327F36. Grayscale: #9F9F9F. Windows color (decimal): -3309367 or 13205709. OLE color: 13205709.
HSL color Cylindrical-coordinate representation of color #CD80C9: hue angle of 303.12º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD80C9 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 201 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.20 |
| HSL | 303.12º | 0.44% | 0.65% | - |
| HSV(B) | 303.12º | 0.38% | 0.8% | - |
| XYZ | 43.44 | 32.63 | 59.27 | - |
| YUV | 159.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 201 | 0 | 0.38 | 0.02 | 0.20 | 303.12 | 0.44 | 0.65 |
| Hex | CD | 80 | C9 | 0 | 26 | 2 | 14 | 12F | 2C | 41 |
| Octal | 315 | 200 | 311 | 0 | 46 | 2 | 24 | 457 | 54 | 101 |
| Binary | 11001101 | 10000000 | 11001001 | 0 | 100110 | 10 | 10100 | 100101111 | 101100 | 1000001 |
Color Harmonies of #CD80C9
Complementary color
Monochromatic Colors of #CD80C9
Black with #CD80C9
Text Example
Text Example
White with #CD80C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD80C9; }
p { color: rgb(205,128,201); }
H1.HeaderClassName
{
color: #CD80C9;
}
.AnyTagClassName
{
color: #CD80C9;
}
</style>
background-color css
<style>
a { background-color: #CD80C9; }
a { background-color: rgb(205,128,201); }
div.DivClassName
{
background-color: #CD80C9;
}
.BgClassName
{
background-color: #CD80C9;
}
</style>
border-color css
<style>
span { border-color: #CD80C9; }
span { border-color: rgb(205,128,201); }
td.TdClassName
{
border-color: #CD80C9;
}
.TagClassName
{
border-color: #CD80C9;
}
</style>