Shades of Orchid #D271D2
Tints of Orchid #D271D2
RGB
CMYK
RGB Variations
Color information
#D271D2 (or 0xD271D2) is known color: Orchid. HEX triplet: D2, 71 and D2. RGB value is (210,113,210). Sum of RGB (Red+Green+Blue) = 210+113+210=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D271D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271D2 is #2D8E2D. Grayscale: #989898. Windows color (decimal): -2985518 or 13791698. OLE color: 13791698.
HSL color Cylindrical-coordinate representation of color #D271D2: hue angle of 300º 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 #D271D2 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 210 | - |
| CMYK | 0 | 0.46 | 0 | 0.18 |
| HSL | 300º | 0.52% | 0.63% | - |
| HSV(B) | 300º | 0.46% | 0.82% | - |
| XYZ | 44.12 | 30.17 | 64.47 | - |
| YUV | 153.06 | 160.14 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 210 | 0 | 0.46 | 0 | 0.18 | 300 | 0.52 | 0.63 |
| Hex | D2 | 71 | D2 | 0 | 2E | 0 | 12 | 12C | 34 | 3F |
| Octal | 322 | 161 | 322 | 0 | 56 | 0 | 22 | 454 | 64 | 77 |
| Binary | 11010010 | 1110001 | 11010010 | 0 | 101110 | 0 | 10010 | 100101100 | 110100 | 111111 |
Color Harmonies of #D271D2
Complementary color
Monochromatic Colors of #D271D2
Black with #D271D2
Text Example
Text Example
White with #D271D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271D2; }
p { color: rgb(210,113,210); }
H1.HeaderClassName
{
color: #D271D2;
}
.AnyTagClassName
{
color: #D271D2;
}
</style>
background-color css
<style>
a { background-color: #D271D2; }
a { background-color: rgb(210,113,210); }
div.DivClassName
{
background-color: #D271D2;
}
.BgClassName
{
background-color: #D271D2;
}
</style>
border-color css
<style>
span { border-color: #D271D2; }
span { border-color: rgb(210,113,210); }
td.TdClassName
{
border-color: #D271D2;
}
.TagClassName
{
border-color: #D271D2;
}
</style>