Shades of Orchid #D967B6
Tints of Orchid #D967B6
RGB
CMYK
RGB Variations
Color information
#D967B6 (or 0xD967B6) is known color: Orchid. HEX triplet: D9, 67 and B6. RGB value is (217,103,182). Sum of RGB (Red+Green+Blue) = 217+103+182=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D967B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967B6 is #269849. Grayscale: #919191. Windows color (decimal): -2529354 or 11954137. OLE color: 11954137.
HSL color Cylindrical-coordinate representation of color #D967B6: hue angle of 318.42º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D967B6 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 182 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.15 |
| HSL | 318.42º | 0.6% | 0.63% | - |
| HSV(B) | 318.42º | 0.53% | 0.85% | - |
| XYZ | 41.91 | 27.83 | 47.42 | - |
| YUV | 146.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 182 | 0 | 0.53 | 0.16 | 0.15 | 318.42 | 0.6 | 0.63 |
| Hex | D9 | 67 | B6 | 0 | 35 | 10 | F | 13E | 3C | 3F |
| Octal | 331 | 147 | 266 | 0 | 65 | 20 | 17 | 476 | 74 | 77 |
| Binary | 11011001 | 1100111 | 10110110 | 0 | 110101 | 10000 | 1111 | 100111110 | 111100 | 111111 |
Color Harmonies of #D967B6
Complementary color
Monochromatic Colors of #D967B6
Black with #D967B6
Text Example
Text Example
White with #D967B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967B6; }
p { color: rgb(217,103,182); }
H1.HeaderClassName
{
color: #D967B6;
}
.AnyTagClassName
{
color: #D967B6;
}
</style>
background-color css
<style>
a { background-color: #D967B6; }
a { background-color: rgb(217,103,182); }
div.DivClassName
{
background-color: #D967B6;
}
.BgClassName
{
background-color: #D967B6;
}
</style>
border-color css
<style>
span { border-color: #D967B6; }
span { border-color: rgb(217,103,182); }
td.TdClassName
{
border-color: #D967B6;
}
.TagClassName
{
border-color: #D967B6;
}
</style>