Shades of Orchid #D968B9
Tints of Orchid #D968B9
RGB
CMYK
RGB Variations
Color information
#D968B9 (or 0xD968B9) is known color: Orchid. HEX triplet: D9, 68 and B9. RGB value is (217,104,185). Sum of RGB (Red+Green+Blue) = 217+104+185=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D968B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968B9 is #269746. Grayscale: #929292. Windows color (decimal): -2529095 or 12151001. OLE color: 12151001.
HSL color Cylindrical-coordinate representation of color #D968B9: hue angle of 316.99º 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 #D968B9 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 185 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.15 |
| HSL | 316.99º | 0.6% | 0.63% | - |
| HSV(B) | 316.99º | 0.52% | 0.85% | - |
| XYZ | 42.32 | 28.16 | 49.1 | - |
| YUV | 147.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 185 | 0 | 0.52 | 0.15 | 0.15 | 316.99 | 0.6 | 0.63 |
| Hex | D9 | 68 | B9 | 0 | 34 | F | F | 13D | 3C | 3F |
| Octal | 331 | 150 | 271 | 0 | 64 | 17 | 17 | 475 | 74 | 77 |
| Binary | 11011001 | 1101000 | 10111001 | 0 | 110100 | 1111 | 1111 | 100111101 | 111100 | 111111 |
Color Harmonies of #D968B9
Complementary color
Monochromatic Colors of #D968B9
Black with #D968B9
Text Example
Text Example
White with #D968B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D968B9; }
p { color: rgb(217,104,185); }
H1.HeaderClassName
{
color: #D968B9;
}
.AnyTagClassName
{
color: #D968B9;
}
</style>
background-color css
<style>
a { background-color: #D968B9; }
a { background-color: rgb(217,104,185); }
div.DivClassName
{
background-color: #D968B9;
}
.BgClassName
{
background-color: #D968B9;
}
</style>
border-color css
<style>
span { border-color: #D968B9; }
span { border-color: rgb(217,104,185); }
td.TdClassName
{
border-color: #D968B9;
}
.TagClassName
{
border-color: #D968B9;
}
</style>