Shades of Orchid #D271B5
Tints of Orchid #D271B5
RGB
CMYK
RGB Variations
Color information
#D271B5 (or 0xD271B5) is known color: Orchid. HEX triplet: D2, 71 and B5. RGB value is (210,113,181). Sum of RGB (Red+Green+Blue) = 210+113+181=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D271B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271B5 is #2D8E4A. Grayscale: #959595. Windows color (decimal): -2985547 or 11891154. OLE color: 11891154.
HSL color Cylindrical-coordinate representation of color #D271B5: hue angle of 317.94º 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 #D271B5 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 181 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.18 |
| HSL | 317.94º | 0.52% | 0.63% | - |
| HSV(B) | 317.94º | 0.46% | 0.82% | - |
| XYZ | 40.82 | 28.85 | 47.13 | - |
| YUV | 149.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 181 | 0 | 0.46 | 0.14 | 0.18 | 317.94 | 0.52 | 0.63 |
| Hex | D2 | 71 | B5 | 0 | 2E | E | 12 | 13E | 34 | 3F |
| Octal | 322 | 161 | 265 | 0 | 56 | 16 | 22 | 476 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10110101 | 0 | 101110 | 1110 | 10010 | 100111110 | 110100 | 111111 |
Color Harmonies of #D271B5
Complementary color
Monochromatic Colors of #D271B5
Black with #D271B5
Text Example
Text Example
White with #D271B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271B5; }
p { color: rgb(210,113,181); }
H1.HeaderClassName
{
color: #D271B5;
}
.AnyTagClassName
{
color: #D271B5;
}
</style>
background-color css
<style>
a { background-color: #D271B5; }
a { background-color: rgb(210,113,181); }
div.DivClassName
{
background-color: #D271B5;
}
.BgClassName
{
background-color: #D271B5;
}
</style>
border-color css
<style>
span { border-color: #D271B5; }
span { border-color: rgb(210,113,181); }
td.TdClassName
{
border-color: #D271B5;
}
.TagClassName
{
border-color: #D271B5;
}
</style>