Shades of Orchid #D885D3
Tints of Orchid #D885D3
RGB
CMYK
RGB Variations
Color information
#D885D3 (or 0xD885D3) is known color: Orchid. HEX triplet: D8, 85 and D3. RGB value is (216,133,211). Sum of RGB (Red+Green+Blue) = 216+133+211=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D885D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885D3 is #277A2C. Grayscale: #A6A6A6. Windows color (decimal): -2587181 or 13862360. OLE color: 13862360.
HSL color Cylindrical-coordinate representation of color #D885D3: hue angle of 303.61º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D885D3 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 211 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.15 |
| HSL | 303.61º | 0.52% | 0.68% | - |
| HSV(B) | 303.61º | 0.38% | 0.85% | - |
| XYZ | 48.46 | 36.08 | 66.04 | - |
| YUV | 166.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 211 | 0 | 0.38 | 0.02 | 0.15 | 303.61 | 0.52 | 0.68 |
| Hex | D8 | 85 | D3 | 0 | 26 | 2 | F | 130 | 34 | 44 |
| Octal | 330 | 205 | 323 | 0 | 46 | 2 | 17 | 460 | 64 | 104 |
| Binary | 11011000 | 10000101 | 11010011 | 0 | 100110 | 10 | 1111 | 100110000 | 110100 | 1000100 |
Color Harmonies of #D885D3
Complementary color
Monochromatic Colors of #D885D3
Black with #D885D3
Text Example
Text Example
White with #D885D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D885D3; }
p { color: rgb(216,133,211); }
H1.HeaderClassName
{
color: #D885D3;
}
.AnyTagClassName
{
color: #D885D3;
}
</style>
background-color css
<style>
a { background-color: #D885D3; }
a { background-color: rgb(216,133,211); }
div.DivClassName
{
background-color: #D885D3;
}
.BgClassName
{
background-color: #D885D3;
}
</style>
border-color css
<style>
span { border-color: #D885D3; }
span { border-color: rgb(216,133,211); }
td.TdClassName
{
border-color: #D885D3;
}
.TagClassName
{
border-color: #D885D3;
}
</style>