Shades of Orchid #CD80C5
Tints of Orchid #CD80C5
RGB
CMYK
RGB Variations
Color information
#CD80C5 (or 0xCD80C5) is known color: Orchid. HEX triplet: CD, 80 and C5. RGB value is (205,128,197). Sum of RGB (Red+Green+Blue) = 205+128+197=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80C5 is #327F3A. Grayscale: #9E9E9E. Windows color (decimal): -3309371 or 12943565. OLE color: 12943565.
HSL color Cylindrical-coordinate representation of color #CD80C5: hue angle of 306.23º 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 #CD80C5 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 197 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.20 |
| HSL | 306.23º | 0.44% | 0.65% | - |
| HSV(B) | 306.23º | 0.38% | 0.8% | - |
| XYZ | 42.97 | 32.45 | 56.82 | - |
| YUV | 158.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 197 | 0 | 0.38 | 0.04 | 0.20 | 306.23 | 0.44 | 0.65 |
| Hex | CD | 80 | C5 | 0 | 26 | 4 | 14 | 132 | 2C | 41 |
| Octal | 315 | 200 | 305 | 0 | 46 | 4 | 24 | 462 | 54 | 101 |
| Binary | 11001101 | 10000000 | 11000101 | 0 | 100110 | 100 | 10100 | 100110010 | 101100 | 1000001 |
Color Harmonies of #CD80C5
Complementary color
Monochromatic Colors of #CD80C5
Black with #CD80C5
Text Example
Text Example
White with #CD80C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD80C5; }
p { color: rgb(205,128,197); }
H1.HeaderClassName
{
color: #CD80C5;
}
.AnyTagClassName
{
color: #CD80C5;
}
</style>
background-color css
<style>
a { background-color: #CD80C5; }
a { background-color: rgb(205,128,197); }
div.DivClassName
{
background-color: #CD80C5;
}
.BgClassName
{
background-color: #CD80C5;
}
</style>
border-color css
<style>
span { border-color: #CD80C5; }
span { border-color: rgb(205,128,197); }
td.TdClassName
{
border-color: #CD80C5;
}
.TagClassName
{
border-color: #CD80C5;
}
</style>