Shades of Orchid #D880CD
Tints of Orchid #D880CD
RGB
CMYK
RGB Variations
Color information
#D880CD (or 0xD880CD) is known color: Orchid. HEX triplet: D8, 80 and CD. RGB value is (216,128,205). Sum of RGB (Red+Green+Blue) = 216+128+205=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D880CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880CD is #277F32. Grayscale: #A2A2A2. Windows color (decimal): -2588467 or 13467864. OLE color: 13467864.
HSL color Cylindrical-coordinate representation of color #D880CD: hue angle of 307.5º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D880CD is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 205 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.15 |
| HSL | 307.5º | 0.53% | 0.67% | - |
| HSV(B) | 307.5º | 0.41% | 0.85% | - |
| XYZ | 47.06 | 34.45 | 61.93 | - |
| YUV | 163.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 205 | 0 | 0.41 | 0.05 | 0.15 | 307.5 | 0.53 | 0.67 |
| Hex | D8 | 80 | CD | 0 | 29 | 5 | F | 134 | 35 | 43 |
| Octal | 330 | 200 | 315 | 0 | 51 | 5 | 17 | 464 | 65 | 103 |
| Binary | 11011000 | 10000000 | 11001101 | 0 | 101001 | 101 | 1111 | 100110100 | 110101 | 1000011 |
Color Harmonies of #D880CD
Complementary color
Monochromatic Colors of #D880CD
Black with #D880CD
Text Example
Text Example
White with #D880CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880CD; }
p { color: rgb(216,128,205); }
H1.HeaderClassName
{
color: #D880CD;
}
.AnyTagClassName
{
color: #D880CD;
}
</style>
background-color css
<style>
a { background-color: #D880CD; }
a { background-color: rgb(216,128,205); }
div.DivClassName
{
background-color: #D880CD;
}
.BgClassName
{
background-color: #D880CD;
}
</style>
border-color css
<style>
span { border-color: #D880CD; }
span { border-color: rgb(216,128,205); }
td.TdClassName
{
border-color: #D880CD;
}
.TagClassName
{
border-color: #D880CD;
}
</style>