Shades of Orchid #D967CE
Tints of Orchid #D967CE
RGB
CMYK
RGB Variations
Color information
#D967CE (or 0xD967CE) is known color: Orchid. HEX triplet: D9, 67 and CE. RGB value is (217,103,206). Sum of RGB (Red+Green+Blue) = 217+103+206=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D967CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967CE is #269831. Grayscale: #949494. Windows color (decimal): -2529330 or 13527001. OLE color: 13527001.
HSL color Cylindrical-coordinate representation of color #D967CE: hue angle of 305.79º 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 #D967CE is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 206 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.15 |
| HSL | 305.79º | 0.6% | 0.63% | - |
| HSV(B) | 305.79º | 0.53% | 0.85% | - |
| XYZ | 44.61 | 28.91 | 61.62 | - |
| YUV | 148.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 206 | 0 | 0.53 | 0.05 | 0.15 | 305.79 | 0.6 | 0.63 |
| Hex | D9 | 67 | CE | 0 | 35 | 5 | F | 132 | 3C | 3F |
| Octal | 331 | 147 | 316 | 0 | 65 | 5 | 17 | 462 | 74 | 77 |
| Binary | 11011001 | 1100111 | 11001110 | 0 | 110101 | 101 | 1111 | 100110010 | 111100 | 111111 |
Color Harmonies of #D967CE
Complementary color
Monochromatic Colors of #D967CE
Black with #D967CE
Text Example
Text Example
White with #D967CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967CE; }
p { color: rgb(217,103,206); }
H1.HeaderClassName
{
color: #D967CE;
}
.AnyTagClassName
{
color: #D967CE;
}
</style>
background-color css
<style>
a { background-color: #D967CE; }
a { background-color: rgb(217,103,206); }
div.DivClassName
{
background-color: #D967CE;
}
.BgClassName
{
background-color: #D967CE;
}
</style>
border-color css
<style>
span { border-color: #D967CE; }
span { border-color: rgb(217,103,206); }
td.TdClassName
{
border-color: #D967CE;
}
.TagClassName
{
border-color: #D967CE;
}
</style>