Shades of Orchid #D884C6
Tints of Orchid #D884C6
RGB
CMYK
RGB Variations
Color information
#D884C6 (or 0xD884C6) is known color: Orchid. HEX triplet: D8, 84 and C6. RGB value is (216,132,198). Sum of RGB (Red+Green+Blue) = 216+132+198=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D884C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884C6 is #277B39. Grayscale: #A4A4A4. Windows color (decimal): -2587450 or 13010136. OLE color: 13010136.
HSL color Cylindrical-coordinate representation of color #D884C6: hue angle of 312.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D884C6 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 198 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.15 |
| HSL | 312.86º | 0.52% | 0.68% | - |
| HSV(B) | 312.86º | 0.39% | 0.85% | - |
| XYZ | 46.76 | 35.18 | 57.75 | - |
| YUV | 164.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 198 | 0 | 0.39 | 0.08 | 0.15 | 312.86 | 0.52 | 0.68 |
| Hex | D8 | 84 | C6 | 0 | 27 | 8 | F | 139 | 34 | 44 |
| Octal | 330 | 204 | 306 | 0 | 47 | 10 | 17 | 471 | 64 | 104 |
| Binary | 11011000 | 10000100 | 11000110 | 0 | 100111 | 1000 | 1111 | 100111001 | 110100 | 1000100 |
Color Harmonies of #D884C6
Complementary color
Monochromatic Colors of #D884C6
Black with #D884C6
Text Example
Text Example
White with #D884C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D884C6; }
p { color: rgb(216,132,198); }
H1.HeaderClassName
{
color: #D884C6;
}
.AnyTagClassName
{
color: #D884C6;
}
</style>
background-color css
<style>
a { background-color: #D884C6; }
a { background-color: rgb(216,132,198); }
div.DivClassName
{
background-color: #D884C6;
}
.BgClassName
{
background-color: #D884C6;
}
</style>
border-color css
<style>
span { border-color: #D884C6; }
span { border-color: rgb(216,132,198); }
td.TdClassName
{
border-color: #D884C6;
}
.TagClassName
{
border-color: #D884C6;
}
</style>