Shades of Orchid #D988CA
Tints of Orchid #D988CA
RGB
CMYK
RGB Variations
Color information
#D988CA (or 0xD988CA) is known color: Orchid. HEX triplet: D9, 88 and CA. RGB value is (217,136,202). Sum of RGB (Red+Green+Blue) = 217+136+202=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D988CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988CA is #267735. Grayscale: #A7A7A7. Windows color (decimal): -2520886 or 13273305. OLE color: 13273305.
HSL color Cylindrical-coordinate representation of color #D988CA: hue angle of 311.11º degrees, saturation: 0.52, 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 #D988CA is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 202 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.15 |
| HSL | 311.11º | 0.52% | 0.69% | - |
| HSV(B) | 311.11º | 0.37% | 0.85% | - |
| XYZ | 48.08 | 36.62 | 60.41 | - |
| YUV | 167.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 202 | 0 | 0.37 | 0.07 | 0.15 | 311.11 | 0.52 | 0.69 |
| Hex | D9 | 88 | CA | 0 | 25 | 7 | F | 137 | 34 | 45 |
| Octal | 331 | 210 | 312 | 0 | 45 | 7 | 17 | 467 | 64 | 105 |
| Binary | 11011001 | 10001000 | 11001010 | 0 | 100101 | 111 | 1111 | 100110111 | 110100 | 1000101 |
Color Harmonies of #D988CA
Complementary color
Monochromatic Colors of #D988CA
Black with #D988CA
Text Example
Text Example
White with #D988CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988CA; }
p { color: rgb(217,136,202); }
H1.HeaderClassName
{
color: #D988CA;
}
.AnyTagClassName
{
color: #D988CA;
}
</style>
background-color css
<style>
a { background-color: #D988CA; }
a { background-color: rgb(217,136,202); }
div.DivClassName
{
background-color: #D988CA;
}
.BgClassName
{
background-color: #D988CA;
}
</style>
border-color css
<style>
span { border-color: #D988CA; }
span { border-color: rgb(217,136,202); }
td.TdClassName
{
border-color: #D988CA;
}
.TagClassName
{
border-color: #D988CA;
}
</style>