Shades of Orchid #D967CD
Tints of Orchid #D967CD
RGB
CMYK
RGB Variations
Color information
#D967CD (or 0xD967CD) is known color: Orchid. HEX triplet: D9, 67 and CD. RGB value is (217,103,205). Sum of RGB (Red+Green+Blue) = 217+103+205=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D967CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967CD is #269832. Grayscale: #949494. Windows color (decimal): -2529331 or 13461465. OLE color: 13461465.
HSL color Cylindrical-coordinate representation of color #D967CD: hue angle of 306.32º 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 #D967CD is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 205 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.15 |
| HSL | 306.32º | 0.6% | 0.63% | - |
| HSV(B) | 306.32º | 0.53% | 0.85% | - |
| XYZ | 44.48 | 28.86 | 60.98 | - |
| YUV | 148.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 205 | 0 | 0.53 | 0.06 | 0.15 | 306.32 | 0.6 | 0.63 |
| Hex | D9 | 67 | CD | 0 | 35 | 6 | F | 132 | 3C | 3F |
| Octal | 331 | 147 | 315 | 0 | 65 | 6 | 17 | 462 | 74 | 77 |
| Binary | 11011001 | 1100111 | 11001101 | 0 | 110101 | 110 | 1111 | 100110010 | 111100 | 111111 |
Color Harmonies of #D967CD
Complementary color
Monochromatic Colors of #D967CD
Black with #D967CD
Text Example
Text Example
White with #D967CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967CD; }
p { color: rgb(217,103,205); }
H1.HeaderClassName
{
color: #D967CD;
}
.AnyTagClassName
{
color: #D967CD;
}
</style>
background-color css
<style>
a { background-color: #D967CD; }
a { background-color: rgb(217,103,205); }
div.DivClassName
{
background-color: #D967CD;
}
.BgClassName
{
background-color: #D967CD;
}
</style>
border-color css
<style>
span { border-color: #D967CD; }
span { border-color: rgb(217,103,205); }
td.TdClassName
{
border-color: #D967CD;
}
.TagClassName
{
border-color: #D967CD;
}
</style>