Shades of Orchid #D96ADC
Tints of Orchid #D96ADC
RGB
CMYK
RGB Variations
Color information
#D96ADC (or 0xD96ADC) is known color: Orchid. HEX triplet: D9, 6A and DC. RGB value is (217,106,220). Sum of RGB (Red+Green+Blue) = 217+106+220=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #D96ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ADC is #269523. Grayscale: #979797. Windows color (decimal): -2528548 or 14445273. OLE color: 14445273.
HSL color Cylindrical-coordinate representation of color #D96ADC: hue angle of 298.42º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96ADC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 106 | 220 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.14 |
| HSL | 298.42º | 0.62% | 0.64% | - |
| HSV(B) | 298.42º | 0.52% | 0.86% | - |
| XYZ | 46.69 | 30.23 | 71.08 | - |
| YUV | 152.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 220 | 0.01 | 0.52 | 0 | 0.14 | 298.42 | 0.62 | 0.64 |
| Hex | D9 | 6A | DC | 1 | 34 | 0 | E | 12A | 3E | 40 |
| Octal | 331 | 152 | 334 | 1 | 64 | 0 | 16 | 452 | 76 | 100 |
| Binary | 11011001 | 1101010 | 11011100 | 1 | 110100 | 0 | 1110 | 100101010 | 111110 | 1000000 |
Color Harmonies of #D96ADC
Complementary color
Monochromatic Colors of #D96ADC
Black with #D96ADC
Text Example
Text Example
White with #D96ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96ADC; }
p { color: rgb(217,106,220); }
H1.HeaderClassName
{
color: #D96ADC;
}
.AnyTagClassName
{
color: #D96ADC;
}
</style>
background-color css
<style>
a { background-color: #D96ADC; }
a { background-color: rgb(217,106,220); }
div.DivClassName
{
background-color: #D96ADC;
}
.BgClassName
{
background-color: #D96ADC;
}
</style>
border-color css
<style>
span { border-color: #D96ADC; }
span { border-color: rgb(217,106,220); }
td.TdClassName
{
border-color: #D96ADC;
}
.TagClassName
{
border-color: #D96ADC;
}
</style>