Shades of Orchid #D271B6
Tints of Orchid #D271B6
RGB
CMYK
RGB Variations
Color information
#D271B6 (or 0xD271B6) is known color: Orchid. HEX triplet: D2, 71 and B6. RGB value is (210,113,182). Sum of RGB (Red+Green+Blue) = 210+113+182=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D271B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271B6 is #2D8E49. Grayscale: #959595. Windows color (decimal): -2985546 or 11956690. OLE color: 11956690.
HSL color Cylindrical-coordinate representation of color #D271B6: hue angle of 317.32º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D271B6 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 182 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.18 |
| HSL | 317.32º | 0.52% | 0.63% | - |
| HSV(B) | 317.32º | 0.46% | 0.82% | - |
| XYZ | 40.93 | 28.89 | 47.68 | - |
| YUV | 149.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 182 | 0 | 0.46 | 0.13 | 0.18 | 317.32 | 0.52 | 0.63 |
| Hex | D2 | 71 | B6 | 0 | 2E | D | 12 | 13D | 34 | 3F |
| Octal | 322 | 161 | 266 | 0 | 56 | 15 | 22 | 475 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10110110 | 0 | 101110 | 1101 | 10010 | 100111101 | 110100 | 111111 |
Color Harmonies of #D271B6
Complementary color
Monochromatic Colors of #D271B6
Black with #D271B6
Text Example
Text Example
White with #D271B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271B6; }
p { color: rgb(210,113,182); }
H1.HeaderClassName
{
color: #D271B6;
}
.AnyTagClassName
{
color: #D271B6;
}
</style>
background-color css
<style>
a { background-color: #D271B6; }
a { background-color: rgb(210,113,182); }
div.DivClassName
{
background-color: #D271B6;
}
.BgClassName
{
background-color: #D271B6;
}
</style>
border-color css
<style>
span { border-color: #D271B6; }
span { border-color: rgb(210,113,182); }
td.TdClassName
{
border-color: #D271B6;
}
.TagClassName
{
border-color: #D271B6;
}
</style>