Shades of Orchid #D964E9
Tints of Orchid #D964E9
RGB
CMYK
RGB Variations
Color information
#D964E9 (or 0xD964E9) is known color: Orchid. HEX triplet: D9, 64 and E9. RGB value is (217,100,233). Sum of RGB (Red+Green+Blue) = 217+100+233=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #D964E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D964E9 is #269B16. Grayscale: #959595. Windows color (decimal): -2530071 or 15295705. OLE color: 15295705.
HSL color Cylindrical-coordinate representation of color #D964E9: hue angle of 292.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D964E9 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 100 | 233 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.09 |
| HSL | 292.78º | 0.75% | 0.65% | - |
| HSV(B) | 292.78º | 0.57% | 0.91% | - |
| XYZ | 47.88 | 29.75 | 80.31 | - |
| YUV | 150.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 233 | 0.07 | 0.57 | 0 | 0.09 | 292.78 | 0.75 | 0.65 |
| Hex | D9 | 64 | E9 | 7 | 39 | 0 | 9 | 125 | 4B | 41 |
| Octal | 331 | 144 | 351 | 7 | 71 | 0 | 11 | 445 | 113 | 101 |
| Binary | 11011001 | 1100100 | 11101001 | 111 | 111001 | 0 | 1001 | 100100101 | 1001011 | 1000001 |
Color Harmonies of #D964E9
Complementary color
Monochromatic Colors of #D964E9
Black with #D964E9
Text Example
Text Example
White with #D964E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D964E9; }
p { color: rgb(217,100,233); }
H1.HeaderClassName
{
color: #D964E9;
}
.AnyTagClassName
{
color: #D964E9;
}
</style>
background-color css
<style>
a { background-color: #D964E9; }
a { background-color: rgb(217,100,233); }
div.DivClassName
{
background-color: #D964E9;
}
.BgClassName
{
background-color: #D964E9;
}
</style>
border-color css
<style>
span { border-color: #D964E9; }
span { border-color: rgb(217,100,233); }
td.TdClassName
{
border-color: #D964E9;
}
.TagClassName
{
border-color: #D964E9;
}
</style>