Shades of Orchid #D96CDC
Tints of Orchid #D96CDC
RGB
CMYK
RGB Variations
Color information
#D96CDC (or 0xD96CDC) is known color: Orchid. HEX triplet: D9, 6C and DC. RGB value is (217,108,220). Sum of RGB (Red+Green+Blue) = 217+108+220=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #D96CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CDC is #269323. Grayscale: #999999. Windows color (decimal): -2528036 or 14445785. OLE color: 14445785.
HSL color Cylindrical-coordinate representation of color #D96CDC: hue angle of 298.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96CDC is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 108 | 220 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.14 |
| HSL | 298.39º | 0.62% | 0.64% | - |
| HSV(B) | 298.39º | 0.51% | 0.86% | - |
| XYZ | 46.9 | 30.64 | 71.15 | - |
| YUV | 153.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 220 | 0.01 | 0.51 | 0 | 0.14 | 298.39 | 0.62 | 0.64 |
| Hex | D9 | 6C | DC | 1 | 33 | 0 | E | 12A | 3E | 40 |
| Octal | 331 | 154 | 334 | 1 | 63 | 0 | 16 | 452 | 76 | 100 |
| Binary | 11011001 | 1101100 | 11011100 | 1 | 110011 | 0 | 1110 | 100101010 | 111110 | 1000000 |
Color Harmonies of #D96CDC
Complementary color
Monochromatic Colors of #D96CDC
Black with #D96CDC
Text Example
Text Example
White with #D96CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CDC; }
p { color: rgb(217,108,220); }
H1.HeaderClassName
{
color: #D96CDC;
}
.AnyTagClassName
{
color: #D96CDC;
}
</style>
background-color css
<style>
a { background-color: #D96CDC; }
a { background-color: rgb(217,108,220); }
div.DivClassName
{
background-color: #D96CDC;
}
.BgClassName
{
background-color: #D96CDC;
}
</style>
border-color css
<style>
span { border-color: #D96CDC; }
span { border-color: rgb(217,108,220); }
td.TdClassName
{
border-color: #D96CDC;
}
.TagClassName
{
border-color: #D96CDC;
}
</style>