Shades of Orchid #D967DF
Tints of Orchid #D967DF
RGB
CMYK
RGB Variations
Color information
#D967DF (or 0xD967DF) is known color: Orchid. HEX triplet: D9, 67 and DF. RGB value is (217,103,223). Sum of RGB (Red+Green+Blue) = 217+103+223=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #D967DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967DF is #269820. Grayscale: #969696. Windows color (decimal): -2529313 or 14641113. OLE color: 14641113.
HSL color Cylindrical-coordinate representation of color #D967DF: hue angle of 297º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D967DF is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 103 | 223 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.13 |
| HSL | 297º | 0.65% | 0.64% | - |
| HSV(B) | 297º | 0.54% | 0.87% | - |
| XYZ | 46.78 | 29.78 | 73.09 | - |
| YUV | 150.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 223 | 0.03 | 0.54 | 0 | 0.13 | 297 | 0.65 | 0.64 |
| Hex | D9 | 67 | DF | 3 | 36 | 0 | D | 129 | 41 | 40 |
| Octal | 331 | 147 | 337 | 3 | 66 | 0 | 15 | 451 | 101 | 100 |
| Binary | 11011001 | 1100111 | 11011111 | 11 | 110110 | 0 | 1101 | 100101001 | 1000001 | 1000000 |
Color Harmonies of #D967DF
Complementary color
Monochromatic Colors of #D967DF
Black with #D967DF
Text Example
Text Example
White with #D967DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967DF; }
p { color: rgb(217,103,223); }
H1.HeaderClassName
{
color: #D967DF;
}
.AnyTagClassName
{
color: #D967DF;
}
</style>
background-color css
<style>
a { background-color: #D967DF; }
a { background-color: rgb(217,103,223); }
div.DivClassName
{
background-color: #D967DF;
}
.BgClassName
{
background-color: #D967DF;
}
</style>
border-color css
<style>
span { border-color: #D967DF; }
span { border-color: rgb(217,103,223); }
td.TdClassName
{
border-color: #D967DF;
}
.TagClassName
{
border-color: #D967DF;
}
</style>