Shades of Orchid #CD80C2
Tints of Orchid #CD80C2
RGB
CMYK
RGB Variations
Color information
#CD80C2 (or 0xCD80C2) is known color: Orchid. HEX triplet: CD, 80 and C2. RGB value is (205,128,194). Sum of RGB (Red+Green+Blue) = 205+128+194=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80C2 is #327F3D. Grayscale: #9E9E9E. Windows color (decimal): -3309374 or 12746957. OLE color: 12746957.
HSL color Cylindrical-coordinate representation of color #CD80C2: hue angle of 308.57º 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 #CD80C2 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 194 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.20 |
| HSL | 308.57º | 0.44% | 0.65% | - |
| HSV(B) | 308.57º | 0.38% | 0.8% | - |
| XYZ | 42.63 | 32.31 | 55.03 | - |
| YUV | 158.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 194 | 0 | 0.38 | 0.05 | 0.20 | 308.57 | 0.44 | 0.65 |
| Hex | CD | 80 | C2 | 0 | 26 | 5 | 14 | 135 | 2C | 41 |
| Octal | 315 | 200 | 302 | 0 | 46 | 5 | 24 | 465 | 54 | 101 |
| Binary | 11001101 | 10000000 | 11000010 | 0 | 100110 | 101 | 10100 | 100110101 | 101100 | 1000001 |
Color Harmonies of #CD80C2
Complementary color
Monochromatic Colors of #CD80C2
Black with #CD80C2
Text Example
Text Example
White with #CD80C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD80C2; }
p { color: rgb(205,128,194); }
H1.HeaderClassName
{
color: #CD80C2;
}
.AnyTagClassName
{
color: #CD80C2;
}
</style>
background-color css
<style>
a { background-color: #CD80C2; }
a { background-color: rgb(205,128,194); }
div.DivClassName
{
background-color: #CD80C2;
}
.BgClassName
{
background-color: #CD80C2;
}
</style>
border-color css
<style>
span { border-color: #CD80C2; }
span { border-color: rgb(205,128,194); }
td.TdClassName
{
border-color: #CD80C2;
}
.TagClassName
{
border-color: #CD80C2;
}
</style>