Shades of Orchid #D88ACC
Tints of Orchid #D88ACC
RGB
CMYK
RGB Variations
Color information
#D88ACC (or 0xD88ACC) is known color: Orchid. HEX triplet: D8, 8A and CC. RGB value is (216,138,204). Sum of RGB (Red+Green+Blue) = 216+138+204=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ACC is #277533. Grayscale: #A8A8A8. Windows color (decimal): -2585908 or 13404888. OLE color: 13404888.
HSL color Cylindrical-coordinate representation of color #D88ACC: hue angle of 309.23º 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 #D88ACC is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 204 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.15 |
| HSL | 309.23º | 0.5% | 0.69% | - |
| HSV(B) | 309.23º | 0.36% | 0.85% | - |
| XYZ | 48.31 | 37.14 | 61.75 | - |
| YUV | 168.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 204 | 0 | 0.36 | 0.06 | 0.15 | 309.23 | 0.5 | 0.69 |
| Hex | D8 | 8A | CC | 0 | 24 | 6 | F | 135 | 32 | 45 |
| Octal | 330 | 212 | 314 | 0 | 44 | 6 | 17 | 465 | 62 | 105 |
| Binary | 11011000 | 10001010 | 11001100 | 0 | 100100 | 110 | 1111 | 100110101 | 110010 | 1000101 |
Color Harmonies of #D88ACC
Complementary color
Monochromatic Colors of #D88ACC
Black with #D88ACC
Text Example
Text Example
White with #D88ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88ACC; }
p { color: rgb(216,138,204); }
H1.HeaderClassName
{
color: #D88ACC;
}
.AnyTagClassName
{
color: #D88ACC;
}
</style>
background-color css
<style>
a { background-color: #D88ACC; }
a { background-color: rgb(216,138,204); }
div.DivClassName
{
background-color: #D88ACC;
}
.BgClassName
{
background-color: #D88ACC;
}
</style>
border-color css
<style>
span { border-color: #D88ACC; }
span { border-color: rgb(216,138,204); }
td.TdClassName
{
border-color: #D88ACC;
}
.TagClassName
{
border-color: #D88ACC;
}
</style>