Shades of Orchid #D271D3
Tints of Orchid #D271D3
RGB
CMYK
RGB Variations
Color information
#D271D3 (or 0xD271D3) is known color: Orchid. HEX triplet: D2, 71 and D3. RGB value is (210,113,211). Sum of RGB (Red+Green+Blue) = 210+113+211=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #D271D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271D3 is #2D8E2C. Grayscale: #989898. Windows color (decimal): -2985517 or 13857234. OLE color: 13857234.
HSL color Cylindrical-coordinate representation of color #D271D3: hue angle of 299.39º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D271D3 is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 113 | 211 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.17 |
| HSL | 299.39º | 0.53% | 0.64% | - |
| HSV(B) | 299.39º | 0.46% | 0.83% | - |
| XYZ | 44.24 | 30.22 | 65.13 | - |
| YUV | 153.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 211 | 0.00 | 0.46 | 0 | 0.17 | 299.39 | 0.53 | 0.64 |
| Hex | D2 | 71 | D3 | 0 | 2E | 0 | 11 | 12B | 35 | 40 |
| Octal | 322 | 161 | 323 | 0 | 56 | 0 | 21 | 453 | 65 | 100 |
| Binary | 11010010 | 1110001 | 11010011 | 0 | 101110 | 0 | 10001 | 100101011 | 110101 | 1000000 |
Color Harmonies of #D271D3
Complementary color
Monochromatic Colors of #D271D3
Black with #D271D3
Text Example
Text Example
White with #D271D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271D3; }
p { color: rgb(210,113,211); }
H1.HeaderClassName
{
color: #D271D3;
}
.AnyTagClassName
{
color: #D271D3;
}
</style>
background-color css
<style>
a { background-color: #D271D3; }
a { background-color: rgb(210,113,211); }
div.DivClassName
{
background-color: #D271D3;
}
.BgClassName
{
background-color: #D271D3;
}
</style>
border-color css
<style>
span { border-color: #D271D3; }
span { border-color: rgb(210,113,211); }
td.TdClassName
{
border-color: #D271D3;
}
.TagClassName
{
border-color: #D271D3;
}
</style>