Shades of Orchid #D271BA
Tints of Orchid #D271BA
RGB
CMYK
RGB Variations
Color information
#D271BA (or 0xD271BA) is known color: Orchid. HEX triplet: D2, 71 and BA. RGB value is (210,113,186). Sum of RGB (Red+Green+Blue) = 210+113+186=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D271BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271BA is #2D8E45. Grayscale: #969696. Windows color (decimal): -2985542 or 12218834. OLE color: 12218834.
HSL color Cylindrical-coordinate representation of color #D271BA: hue angle of 314.85º 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 #D271BA is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 186 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.18 |
| HSL | 314.85º | 0.52% | 0.63% | - |
| HSV(B) | 314.85º | 0.46% | 0.82% | - |
| XYZ | 41.35 | 29.06 | 49.88 | - |
| YUV | 150.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 186 | 0 | 0.46 | 0.11 | 0.18 | 314.85 | 0.52 | 0.63 |
| Hex | D2 | 71 | BA | 0 | 2E | B | 12 | 13B | 34 | 3F |
| Octal | 322 | 161 | 272 | 0 | 56 | 13 | 22 | 473 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10111010 | 0 | 101110 | 1011 | 10010 | 100111011 | 110100 | 111111 |
Color Harmonies of #D271BA
Complementary color
Monochromatic Colors of #D271BA
Black with #D271BA
Text Example
Text Example
White with #D271BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271BA; }
p { color: rgb(210,113,186); }
H1.HeaderClassName
{
color: #D271BA;
}
.AnyTagClassName
{
color: #D271BA;
}
</style>
background-color css
<style>
a { background-color: #D271BA; }
a { background-color: rgb(210,113,186); }
div.DivClassName
{
background-color: #D271BA;
}
.BgClassName
{
background-color: #D271BA;
}
</style>
border-color css
<style>
span { border-color: #D271BA; }
span { border-color: rgb(210,113,186); }
td.TdClassName
{
border-color: #D271BA;
}
.TagClassName
{
border-color: #D271BA;
}
</style>