Shades of Orchid #D271D1
Tints of Orchid #D271D1
RGB
CMYK
RGB Variations
Color information
#D271D1 (or 0xD271D1) is known color: Orchid. HEX triplet: D2, 71 and D1. RGB value is (210,113,209). Sum of RGB (Red+Green+Blue) = 210+113+209=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D271D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271D1 is #2D8E2E. Grayscale: #989898. Windows color (decimal): -2985519 or 13726162. OLE color: 13726162.
HSL color Cylindrical-coordinate representation of color #D271D1: hue angle of 300.62º 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 #D271D1 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 209 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.18 |
| HSL | 300.62º | 0.52% | 0.63% | - |
| HSV(B) | 300.62º | 0.46% | 0.82% | - |
| XYZ | 43.99 | 30.12 | 63.82 | - |
| YUV | 152.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 209 | 0 | 0.46 | 0.00 | 0.18 | 300.62 | 0.52 | 0.63 |
| Hex | D2 | 71 | D1 | 0 | 2E | 0 | 12 | 12D | 34 | 3F |
| Octal | 322 | 161 | 321 | 0 | 56 | 0 | 22 | 455 | 64 | 77 |
| Binary | 11010010 | 1110001 | 11010001 | 0 | 101110 | 0 | 10010 | 100101101 | 110100 | 111111 |
Color Harmonies of #D271D1
Complementary color
Monochromatic Colors of #D271D1
Black with #D271D1
Text Example
Text Example
White with #D271D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271D1; }
p { color: rgb(210,113,209); }
H1.HeaderClassName
{
color: #D271D1;
}
.AnyTagClassName
{
color: #D271D1;
}
</style>
background-color css
<style>
a { background-color: #D271D1; }
a { background-color: rgb(210,113,209); }
div.DivClassName
{
background-color: #D271D1;
}
.BgClassName
{
background-color: #D271D1;
}
</style>
border-color css
<style>
span { border-color: #D271D1; }
span { border-color: rgb(210,113,209); }
td.TdClassName
{
border-color: #D271D1;
}
.TagClassName
{
border-color: #D271D1;
}
</style>