Shades of Orchid #D967D1
Tints of Orchid #D967D1
RGB
CMYK
RGB Variations
Color information
#D967D1 (or 0xD967D1) is known color: Orchid. HEX triplet: D9, 67 and D1. RGB value is (217,103,209). Sum of RGB (Red+Green+Blue) = 217+103+209=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D967D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967D1 is #26982E. Grayscale: #949494. Windows color (decimal): -2529327 or 13723609. OLE color: 13723609.
HSL color Cylindrical-coordinate representation of color #D967D1: hue angle of 304.21º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D967D1 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 209 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.15 |
| HSL | 304.21º | 0.6% | 0.63% | - |
| HSV(B) | 304.21º | 0.53% | 0.85% | - |
| XYZ | 44.97 | 29.06 | 63.56 | - |
| YUV | 149.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 209 | 0 | 0.53 | 0.04 | 0.15 | 304.21 | 0.6 | 0.63 |
| Hex | D9 | 67 | D1 | 0 | 35 | 4 | F | 130 | 3C | 3F |
| Octal | 331 | 147 | 321 | 0 | 65 | 4 | 17 | 460 | 74 | 77 |
| Binary | 11011001 | 1100111 | 11010001 | 0 | 110101 | 100 | 1111 | 100110000 | 111100 | 111111 |
Color Harmonies of #D967D1
Complementary color
Monochromatic Colors of #D967D1
Black with #D967D1
Text Example
Text Example
White with #D967D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967D1; }
p { color: rgb(217,103,209); }
H1.HeaderClassName
{
color: #D967D1;
}
.AnyTagClassName
{
color: #D967D1;
}
</style>
background-color css
<style>
a { background-color: #D967D1; }
a { background-color: rgb(217,103,209); }
div.DivClassName
{
background-color: #D967D1;
}
.BgClassName
{
background-color: #D967D1;
}
</style>
border-color css
<style>
span { border-color: #D967D1; }
span { border-color: rgb(217,103,209); }
td.TdClassName
{
border-color: #D967D1;
}
.TagClassName
{
border-color: #D967D1;
}
</style>