Shades of Orchid #D888CC
Tints of Orchid #D888CC
RGB
CMYK
RGB Variations
Color information
#D888CC (or 0xD888CC) is known color: Orchid. HEX triplet: D8, 88 and CC. RGB value is (216,136,204). Sum of RGB (Red+Green+Blue) = 216+136+204=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D888CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888CC is #277733. Grayscale: #A7A7A7. Windows color (decimal): -2586420 or 13404376. OLE color: 13404376.
HSL color Cylindrical-coordinate representation of color #D888CC: hue angle of 309º 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 #D888CC is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 204 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.15 |
| HSL | 309º | 0.51% | 0.69% | - |
| HSV(B) | 309º | 0.37% | 0.85% | - |
| XYZ | 48.02 | 36.57 | 61.65 | - |
| YUV | 167.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 204 | 0 | 0.37 | 0.06 | 0.15 | 309 | 0.51 | 0.69 |
| Hex | D8 | 88 | CC | 0 | 25 | 6 | F | 135 | 33 | 45 |
| Octal | 330 | 210 | 314 | 0 | 45 | 6 | 17 | 465 | 63 | 105 |
| Binary | 11011000 | 10001000 | 11001100 | 0 | 100101 | 110 | 1111 | 100110101 | 110011 | 1000101 |
Color Harmonies of #D888CC
Complementary color
Monochromatic Colors of #D888CC
Black with #D888CC
Text Example
Text Example
White with #D888CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D888CC; }
p { color: rgb(216,136,204); }
H1.HeaderClassName
{
color: #D888CC;
}
.AnyTagClassName
{
color: #D888CC;
}
</style>
background-color css
<style>
a { background-color: #D888CC; }
a { background-color: rgb(216,136,204); }
div.DivClassName
{
background-color: #D888CC;
}
.BgClassName
{
background-color: #D888CC;
}
</style>
border-color css
<style>
span { border-color: #D888CC; }
span { border-color: rgb(216,136,204); }
td.TdClassName
{
border-color: #D888CC;
}
.TagClassName
{
border-color: #D888CC;
}
</style>