Shades of Orchid #D968CD
Tints of Orchid #D968CD
RGB
CMYK
RGB Variations
Color information
#D968CD (or 0xD968CD) is known color: Orchid. HEX triplet: D9, 68 and CD. RGB value is (217,104,205). Sum of RGB (Red+Green+Blue) = 217+104+205=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D968CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968CD is #269732. Grayscale: #959595. Windows color (decimal): -2529075 or 13461721. OLE color: 13461721.
HSL color Cylindrical-coordinate representation of color #D968CD: hue angle of 306.37º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D968CD is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 205 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.15 |
| HSL | 306.37º | 0.6% | 0.63% | - |
| HSV(B) | 306.37º | 0.52% | 0.85% | - |
| XYZ | 44.59 | 29.06 | 61.02 | - |
| YUV | 149.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 205 | 0 | 0.52 | 0.06 | 0.15 | 306.37 | 0.6 | 0.63 |
| Hex | D9 | 68 | CD | 0 | 34 | 6 | F | 132 | 3C | 3F |
| Octal | 331 | 150 | 315 | 0 | 64 | 6 | 17 | 462 | 74 | 77 |
| Binary | 11011001 | 1101000 | 11001101 | 0 | 110100 | 110 | 1111 | 100110010 | 111100 | 111111 |
Color Harmonies of #D968CD
Complementary color
Monochromatic Colors of #D968CD
Black with #D968CD
Text Example
Text Example
White with #D968CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D968CD; }
p { color: rgb(217,104,205); }
H1.HeaderClassName
{
color: #D968CD;
}
.AnyTagClassName
{
color: #D968CD;
}
</style>
background-color css
<style>
a { background-color: #D968CD; }
a { background-color: rgb(217,104,205); }
div.DivClassName
{
background-color: #D968CD;
}
.BgClassName
{
background-color: #D968CD;
}
</style>
border-color css
<style>
span { border-color: #D968CD; }
span { border-color: rgb(217,104,205); }
td.TdClassName
{
border-color: #D968CD;
}
.TagClassName
{
border-color: #D968CD;
}
</style>