Shades of Orchid #D96AC4
Tints of Orchid #D96AC4
RGB
CMYK
RGB Variations
Color information
#D96AC4 (or 0xD96AC4) is known color: Orchid. HEX triplet: D9, 6A and C4. RGB value is (217,106,196). Sum of RGB (Red+Green+Blue) = 217+106+196=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AC4 is #26953B. Grayscale: #959595. Windows color (decimal): -2528572 or 12872409. OLE color: 12872409.
HSL color Cylindrical-coordinate representation of color #D96AC4: hue angle of 311.35º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96AC4 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 196 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.15 |
| HSL | 311.35º | 0.59% | 0.63% | - |
| HSV(B) | 311.35º | 0.51% | 0.85% | - |
| XYZ | 43.73 | 29.05 | 55.53 | - |
| YUV | 149.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 196 | 0 | 0.51 | 0.10 | 0.15 | 311.35 | 0.59 | 0.63 |
| Hex | D9 | 6A | C4 | 0 | 33 | A | F | 137 | 3B | 3F |
| Octal | 331 | 152 | 304 | 0 | 63 | 12 | 17 | 467 | 73 | 77 |
| Binary | 11011001 | 1101010 | 11000100 | 0 | 110011 | 1010 | 1111 | 100110111 | 111011 | 111111 |
Color Harmonies of #D96AC4
Complementary color
Monochromatic Colors of #D96AC4
Black with #D96AC4
Text Example
Text Example
White with #D96AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AC4; }
p { color: rgb(217,106,196); }
H1.HeaderClassName
{
color: #D96AC4;
}
.AnyTagClassName
{
color: #D96AC4;
}
</style>
background-color css
<style>
a { background-color: #D96AC4; }
a { background-color: rgb(217,106,196); }
div.DivClassName
{
background-color: #D96AC4;
}
.BgClassName
{
background-color: #D96AC4;
}
</style>
border-color css
<style>
span { border-color: #D96AC4; }
span { border-color: rgb(217,106,196); }
td.TdClassName
{
border-color: #D96AC4;
}
.TagClassName
{
border-color: #D96AC4;
}
</style>