Shades of Orchid #D88ACB
Tints of Orchid #D88ACB
RGB
CMYK
RGB Variations
Color information
#D88ACB (or 0xD88ACB) is known color: Orchid. HEX triplet: D8, 8A and CB. RGB value is (216,138,203). Sum of RGB (Red+Green+Blue) = 216+138+203=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ACB is #277534. Grayscale: #A8A8A8. Windows color (decimal): -2585909 or 13339352. OLE color: 13339352.
HSL color Cylindrical-coordinate representation of color #D88ACB: hue angle of 310º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88ACB is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 203 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.15 |
| HSL | 310º | 0.5% | 0.69% | - |
| HSV(B) | 310º | 0.36% | 0.85% | - |
| XYZ | 48.19 | 37.09 | 61.12 | - |
| YUV | 168.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 203 | 0 | 0.36 | 0.06 | 0.15 | 310 | 0.5 | 0.69 |
| Hex | D8 | 8A | CB | 0 | 24 | 6 | F | 136 | 32 | 45 |
| Octal | 330 | 212 | 313 | 0 | 44 | 6 | 17 | 466 | 62 | 105 |
| Binary | 11011000 | 10001010 | 11001011 | 0 | 100100 | 110 | 1111 | 100110110 | 110010 | 1000101 |
Color Harmonies of #D88ACB
Complementary color
Monochromatic Colors of #D88ACB
Black with #D88ACB
Text Example
Text Example
White with #D88ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88ACB; }
p { color: rgb(216,138,203); }
H1.HeaderClassName
{
color: #D88ACB;
}
.AnyTagClassName
{
color: #D88ACB;
}
</style>
background-color css
<style>
a { background-color: #D88ACB; }
a { background-color: rgb(216,138,203); }
div.DivClassName
{
background-color: #D88ACB;
}
.BgClassName
{
background-color: #D88ACB;
}
</style>
border-color css
<style>
span { border-color: #D88ACB; }
span { border-color: rgb(216,138,203); }
td.TdClassName
{
border-color: #D88ACB;
}
.TagClassName
{
border-color: #D88ACB;
}
</style>