Shades of Orchid #D967C7
Tints of Orchid #D967C7
RGB
CMYK
RGB Variations
Color information
#D967C7 (or 0xD967C7) is known color: Orchid. HEX triplet: D9, 67 and C7. RGB value is (217,103,199). Sum of RGB (Red+Green+Blue) = 217+103+199=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D967C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967C7 is #269838. Grayscale: #939393. Windows color (decimal): -2529337 or 13068249. OLE color: 13068249.
HSL color Cylindrical-coordinate representation of color #D967C7: hue angle of 309.47º 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 #D967C7 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 199 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.15 |
| HSL | 309.47º | 0.6% | 0.63% | - |
| HSV(B) | 309.47º | 0.53% | 0.85% | - |
| XYZ | 43.77 | 28.58 | 57.24 | - |
| YUV | 148.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 199 | 0 | 0.53 | 0.08 | 0.15 | 309.47 | 0.6 | 0.63 |
| Hex | D9 | 67 | C7 | 0 | 35 | 8 | F | 135 | 3C | 3F |
| Octal | 331 | 147 | 307 | 0 | 65 | 10 | 17 | 465 | 74 | 77 |
| Binary | 11011001 | 1100111 | 11000111 | 0 | 110101 | 1000 | 1111 | 100110101 | 111100 | 111111 |
Color Harmonies of #D967C7
Complementary color
Monochromatic Colors of #D967C7
Black with #D967C7
Text Example
Text Example
White with #D967C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967C7; }
p { color: rgb(217,103,199); }
H1.HeaderClassName
{
color: #D967C7;
}
.AnyTagClassName
{
color: #D967C7;
}
</style>
background-color css
<style>
a { background-color: #D967C7; }
a { background-color: rgb(217,103,199); }
div.DivClassName
{
background-color: #D967C7;
}
.BgClassName
{
background-color: #D967C7;
}
</style>
border-color css
<style>
span { border-color: #D967C7; }
span { border-color: rgb(217,103,199); }
td.TdClassName
{
border-color: #D967C7;
}
.TagClassName
{
border-color: #D967C7;
}
</style>