Shades of Orchid #D968BC
Tints of Orchid #D968BC
RGB
CMYK
RGB Variations
Color information
#D968BC (or 0xD968BC) is known color: Orchid. HEX triplet: D9, 68 and BC. RGB value is (217,104,188). Sum of RGB (Red+Green+Blue) = 217+104+188=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D968BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968BC is #269743. Grayscale: #939393. Windows color (decimal): -2529092 or 12347609. OLE color: 12347609.
HSL color Cylindrical-coordinate representation of color #D968BC: hue angle of 315.4º 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 #D968BC is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 188 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.15 |
| HSL | 315.4º | 0.6% | 0.63% | - |
| HSV(B) | 315.4º | 0.52% | 0.85% | - |
| XYZ | 42.64 | 28.28 | 50.79 | - |
| YUV | 147.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 188 | 0 | 0.52 | 0.13 | 0.15 | 315.4 | 0.6 | 0.63 |
| Hex | D9 | 68 | BC | 0 | 34 | D | F | 13B | 3C | 3F |
| Octal | 331 | 150 | 274 | 0 | 64 | 15 | 17 | 473 | 74 | 77 |
| Binary | 11011001 | 1101000 | 10111100 | 0 | 110100 | 1101 | 1111 | 100111011 | 111100 | 111111 |
Color Harmonies of #D968BC
Complementary color
Monochromatic Colors of #D968BC
Black with #D968BC
Text Example
Text Example
White with #D968BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D968BC; }
p { color: rgb(217,104,188); }
H1.HeaderClassName
{
color: #D968BC;
}
.AnyTagClassName
{
color: #D968BC;
}
</style>
background-color css
<style>
a { background-color: #D968BC; }
a { background-color: rgb(217,104,188); }
div.DivClassName
{
background-color: #D968BC;
}
.BgClassName
{
background-color: #D968BC;
}
</style>
border-color css
<style>
span { border-color: #D968BC; }
span { border-color: rgb(217,104,188); }
td.TdClassName
{
border-color: #D968BC;
}
.TagClassName
{
border-color: #D968BC;
}
</style>