Shades of Orchid #D888C5
Tints of Orchid #D888C5
RGB
CMYK
RGB Variations
Color information
#D888C5 (or 0xD888C5) is known color: Orchid. HEX triplet: D8, 88 and C5. RGB value is (216,136,197). Sum of RGB (Red+Green+Blue) = 216+136+197=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D888C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888C5 is #27773A. Grayscale: #A6A6A6. Windows color (decimal): -2586427 or 12945624. OLE color: 12945624.
HSL color Cylindrical-coordinate representation of color #D888C5: hue angle of 314.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D888C5 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 197 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.15 |
| HSL | 314.25º | 0.51% | 0.69% | - |
| HSV(B) | 314.25º | 0.37% | 0.85% | - |
| XYZ | 47.2 | 36.24 | 57.33 | - |
| YUV | 166.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 197 | 0 | 0.37 | 0.09 | 0.15 | 314.25 | 0.51 | 0.69 |
| Hex | D8 | 88 | C5 | 0 | 25 | 9 | F | 13A | 33 | 45 |
| Octal | 330 | 210 | 305 | 0 | 45 | 11 | 17 | 472 | 63 | 105 |
| Binary | 11011000 | 10001000 | 11000101 | 0 | 100101 | 1001 | 1111 | 100111010 | 110011 | 1000101 |
Color Harmonies of #D888C5
Complementary color
Monochromatic Colors of #D888C5
Black with #D888C5
Text Example
Text Example
White with #D888C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D888C5; }
p { color: rgb(216,136,197); }
H1.HeaderClassName
{
color: #D888C5;
}
.AnyTagClassName
{
color: #D888C5;
}
</style>
background-color css
<style>
a { background-color: #D888C5; }
a { background-color: rgb(216,136,197); }
div.DivClassName
{
background-color: #D888C5;
}
.BgClassName
{
background-color: #D888C5;
}
</style>
border-color css
<style>
span { border-color: #D888C5; }
span { border-color: rgb(216,136,197); }
td.TdClassName
{
border-color: #D888C5;
}
.TagClassName
{
border-color: #D888C5;
}
</style>