Shades of Orchid #D964DF
Tints of Orchid #D964DF
RGB
CMYK
RGB Variations
Color information
#D964DF (or 0xD964DF) is known color: Orchid. HEX triplet: D9, 64 and DF. RGB value is (217,100,223). Sum of RGB (Red+Green+Blue) = 217+100+223=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #D964DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964DF is #269B20. Grayscale: #949494. Windows color (decimal): -2530081 or 14640345. OLE color: 14640345.
HSL color Cylindrical-coordinate representation of color #D964DF: hue angle of 297.07º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D964DF is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 100 | 223 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.13 |
| HSL | 297.07º | 0.66% | 0.63% | - |
| HSV(B) | 297.07º | 0.55% | 0.87% | - |
| XYZ | 46.49 | 29.19 | 73 | - |
| YUV | 149.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 223 | 0.03 | 0.55 | 0 | 0.13 | 297.07 | 0.66 | 0.63 |
| Hex | D9 | 64 | DF | 3 | 37 | 0 | D | 129 | 42 | 3F |
| Octal | 331 | 144 | 337 | 3 | 67 | 0 | 15 | 451 | 102 | 77 |
| Binary | 11011001 | 1100100 | 11011111 | 11 | 110111 | 0 | 1101 | 100101001 | 1000010 | 111111 |
Color Harmonies of #D964DF
Complementary color
Monochromatic Colors of #D964DF
Black with #D964DF
Text Example
Text Example
White with #D964DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D964DF; }
p { color: rgb(217,100,223); }
H1.HeaderClassName
{
color: #D964DF;
}
.AnyTagClassName
{
color: #D964DF;
}
</style>
background-color css
<style>
a { background-color: #D964DF; }
a { background-color: rgb(217,100,223); }
div.DivClassName
{
background-color: #D964DF;
}
.BgClassName
{
background-color: #D964DF;
}
</style>
border-color css
<style>
span { border-color: #D964DF; }
span { border-color: rgb(217,100,223); }
td.TdClassName
{
border-color: #D964DF;
}
.TagClassName
{
border-color: #D964DF;
}
</style>