Shades of Orchid #D96CDA
Tints of Orchid #D96CDA
RGB
CMYK
RGB Variations
Color information
#D96CDA (or 0xD96CDA) is known color: Orchid. HEX triplet: D9, 6C and DA. RGB value is (217,108,218). Sum of RGB (Red+Green+Blue) = 217+108+218=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D96CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CDA is #269325. Grayscale: #989898. Windows color (decimal): -2528038 or 14314713. OLE color: 14314713.
HSL color Cylindrical-coordinate representation of color #D96CDA: hue angle of 299.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96CDA is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 218 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.15 |
| HSL | 299.45º | 0.6% | 0.64% | - |
| HSV(B) | 299.45º | 0.5% | 0.85% | - |
| XYZ | 46.63 | 30.54 | 69.77 | - |
| YUV | 153.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 218 | 0.00 | 0.50 | 0 | 0.15 | 299.45 | 0.6 | 0.64 |
| Hex | D9 | 6C | DA | 0 | 32 | 0 | F | 12B | 3C | 40 |
| Octal | 331 | 154 | 332 | 0 | 62 | 0 | 17 | 453 | 74 | 100 |
| Binary | 11011001 | 1101100 | 11011010 | 0 | 110010 | 0 | 1111 | 100101011 | 111100 | 1000000 |
Color Harmonies of #D96CDA
Complementary color
Monochromatic Colors of #D96CDA
Black with #D96CDA
Text Example
Text Example
White with #D96CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CDA; }
p { color: rgb(217,108,218); }
H1.HeaderClassName
{
color: #D96CDA;
}
.AnyTagClassName
{
color: #D96CDA;
}
</style>
background-color css
<style>
a { background-color: #D96CDA; }
a { background-color: rgb(217,108,218); }
div.DivClassName
{
background-color: #D96CDA;
}
.BgClassName
{
background-color: #D96CDA;
}
</style>
border-color css
<style>
span { border-color: #D96CDA; }
span { border-color: rgb(217,108,218); }
td.TdClassName
{
border-color: #D96CDA;
}
.TagClassName
{
border-color: #D96CDA;
}
</style>