Shades of Orchid #D880C8
Tints of Orchid #D880C8
RGB
CMYK
RGB Variations
Color information
#D880C8 (or 0xD880C8) is known color: Orchid. HEX triplet: D8, 80 and C8. RGB value is (216,128,200). Sum of RGB (Red+Green+Blue) = 216+128+200=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D880C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880C8 is #277F37. Grayscale: #A2A2A2. Windows color (decimal): -2588472 or 13140184. OLE color: 13140184.
HSL color Cylindrical-coordinate representation of color #D880C8: hue angle of 310.91º 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 #D880C8 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 200 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.15 |
| HSL | 310.91º | 0.53% | 0.67% | - |
| HSV(B) | 310.91º | 0.41% | 0.85% | - |
| XYZ | 46.46 | 34.21 | 58.8 | - |
| YUV | 162.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 200 | 0 | 0.41 | 0.07 | 0.15 | 310.91 | 0.53 | 0.67 |
| Hex | D8 | 80 | C8 | 0 | 29 | 7 | F | 137 | 35 | 43 |
| Octal | 330 | 200 | 310 | 0 | 51 | 7 | 17 | 467 | 65 | 103 |
| Binary | 11011000 | 10000000 | 11001000 | 0 | 101001 | 111 | 1111 | 100110111 | 110101 | 1000011 |
Color Harmonies of #D880C8
Complementary color
Monochromatic Colors of #D880C8
Black with #D880C8
Text Example
Text Example
White with #D880C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880C8; }
p { color: rgb(216,128,200); }
H1.HeaderClassName
{
color: #D880C8;
}
.AnyTagClassName
{
color: #D880C8;
}
</style>
background-color css
<style>
a { background-color: #D880C8; }
a { background-color: rgb(216,128,200); }
div.DivClassName
{
background-color: #D880C8;
}
.BgClassName
{
background-color: #D880C8;
}
</style>
border-color css
<style>
span { border-color: #D880C8; }
span { border-color: rgb(216,128,200); }
td.TdClassName
{
border-color: #D880C8;
}
.TagClassName
{
border-color: #D880C8;
}
</style>