Shades of Orchid #D967D0
Tints of Orchid #D967D0
RGB
CMYK
RGB Variations
Color information
#D967D0 (or 0xD967D0) is known color: Orchid. HEX triplet: D9, 67 and D0. RGB value is (217,103,208). Sum of RGB (Red+Green+Blue) = 217+103+208=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D967D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967D0 is #26982F. Grayscale: #949494. Windows color (decimal): -2529328 or 13658073. OLE color: 13658073.
HSL color Cylindrical-coordinate representation of color #D967D0: hue angle of 304.74º 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 #D967D0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 208 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.15 |
| HSL | 304.74º | 0.6% | 0.63% | - |
| HSV(B) | 304.74º | 0.53% | 0.85% | - |
| XYZ | 44.85 | 29.01 | 62.91 | - |
| YUV | 149.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 208 | 0 | 0.53 | 0.04 | 0.15 | 304.74 | 0.6 | 0.63 |
| Hex | D9 | 67 | D0 | 0 | 35 | 4 | F | 131 | 3C | 3F |
| Octal | 331 | 147 | 320 | 0 | 65 | 4 | 17 | 461 | 74 | 77 |
| Binary | 11011001 | 1100111 | 11010000 | 0 | 110101 | 100 | 1111 | 100110001 | 111100 | 111111 |
Color Harmonies of #D967D0
Complementary color
Monochromatic Colors of #D967D0
Black with #D967D0
Text Example
Text Example
White with #D967D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967D0; }
p { color: rgb(217,103,208); }
H1.HeaderClassName
{
color: #D967D0;
}
.AnyTagClassName
{
color: #D967D0;
}
</style>
background-color css
<style>
a { background-color: #D967D0; }
a { background-color: rgb(217,103,208); }
div.DivClassName
{
background-color: #D967D0;
}
.BgClassName
{
background-color: #D967D0;
}
</style>
border-color css
<style>
span { border-color: #D967D0; }
span { border-color: rgb(217,103,208); }
td.TdClassName
{
border-color: #D967D0;
}
.TagClassName
{
border-color: #D967D0;
}
</style>