Shades of Orchid #D968D7
Tints of Orchid #D968D7
RGB
CMYK
RGB Variations
Color information
#D968D7 (or 0xD968D7) is known color: Orchid. HEX triplet: D9, 68 and D7. RGB value is (217,104,215). Sum of RGB (Red+Green+Blue) = 217+104+215=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D968D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968D7 is #269728. Grayscale: #969696. Windows color (decimal): -2529065 or 14117081. OLE color: 14117081.
HSL color Cylindrical-coordinate representation of color #D968D7: hue angle of 301.06º 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 #D968D7 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 215 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.15 |
| HSL | 301.06º | 0.6% | 0.63% | - |
| HSV(B) | 301.06º | 0.52% | 0.85% | - |
| XYZ | 45.83 | 29.56 | 67.58 | - |
| YUV | 150.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 215 | 0 | 0.52 | 0.01 | 0.15 | 301.06 | 0.6 | 0.63 |
| Hex | D9 | 68 | D7 | 0 | 34 | 1 | F | 12D | 3C | 3F |
| Octal | 331 | 150 | 327 | 0 | 64 | 1 | 17 | 455 | 74 | 77 |
| Binary | 11011001 | 1101000 | 11010111 | 0 | 110100 | 1 | 1111 | 100101101 | 111100 | 111111 |
Color Harmonies of #D968D7
Complementary color
Monochromatic Colors of #D968D7
Black with #D968D7
Text Example
Text Example
White with #D968D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D968D7; }
p { color: rgb(217,104,215); }
H1.HeaderClassName
{
color: #D968D7;
}
.AnyTagClassName
{
color: #D968D7;
}
</style>
background-color css
<style>
a { background-color: #D968D7; }
a { background-color: rgb(217,104,215); }
div.DivClassName
{
background-color: #D968D7;
}
.BgClassName
{
background-color: #D968D7;
}
</style>
border-color css
<style>
span { border-color: #D968D7; }
span { border-color: rgb(217,104,215); }
td.TdClassName
{
border-color: #D968D7;
}
.TagClassName
{
border-color: #D968D7;
}
</style>