Shades of Orchid #D968D1
Tints of Orchid #D968D1
RGB
CMYK
RGB Variations
Color information
#D968D1 (or 0xD968D1) is known color: Orchid. HEX triplet: D9, 68 and D1. RGB value is (217,104,209). Sum of RGB (Red+Green+Blue) = 217+104+209=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D968D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968D1 is #26972E. Grayscale: #959595. Windows color (decimal): -2529071 or 13723865. OLE color: 13723865.
HSL color Cylindrical-coordinate representation of color #D968D1: hue angle of 304.25º 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 #D968D1 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 209 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.15 |
| HSL | 304.25º | 0.6% | 0.63% | - |
| HSV(B) | 304.25º | 0.52% | 0.85% | - |
| XYZ | 45.07 | 29.26 | 63.59 | - |
| YUV | 149.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 209 | 0 | 0.52 | 0.04 | 0.15 | 304.25 | 0.6 | 0.63 |
| Hex | D9 | 68 | D1 | 0 | 34 | 4 | F | 130 | 3C | 3F |
| Octal | 331 | 150 | 321 | 0 | 64 | 4 | 17 | 460 | 74 | 77 |
| Binary | 11011001 | 1101000 | 11010001 | 0 | 110100 | 100 | 1111 | 100110000 | 111100 | 111111 |
Color Harmonies of #D968D1
Complementary color
Monochromatic Colors of #D968D1
Black with #D968D1
Text Example
Text Example
White with #D968D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D968D1; }
p { color: rgb(217,104,209); }
H1.HeaderClassName
{
color: #D968D1;
}
.AnyTagClassName
{
color: #D968D1;
}
</style>
background-color css
<style>
a { background-color: #D968D1; }
a { background-color: rgb(217,104,209); }
div.DivClassName
{
background-color: #D968D1;
}
.BgClassName
{
background-color: #D968D1;
}
</style>
border-color css
<style>
span { border-color: #D968D1; }
span { border-color: rgb(217,104,209); }
td.TdClassName
{
border-color: #D968D1;
}
.TagClassName
{
border-color: #D968D1;
}
</style>