Shades of Orchid #D271C0
Tints of Orchid #D271C0
RGB
CMYK
RGB Variations
Color information
#D271C0 (or 0xD271C0) is known color: Orchid. HEX triplet: D2, 71 and C0. RGB value is (210,113,192). Sum of RGB (Red+Green+Blue) = 210+113+192=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D271C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271C0 is #2D8E3F. Grayscale: #969696. Windows color (decimal): -2985536 or 12612050. OLE color: 12612050.
HSL color Cylindrical-coordinate representation of color #D271C0: hue angle of 311.13º 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 #D271C0 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 192 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.18 |
| HSL | 311.13º | 0.52% | 0.63% | - |
| HSV(B) | 311.13º | 0.46% | 0.82% | - |
| XYZ | 42 | 29.32 | 53.31 | - |
| YUV | 151.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 192 | 0 | 0.46 | 0.09 | 0.18 | 311.13 | 0.52 | 0.63 |
| Hex | D2 | 71 | C0 | 0 | 2E | 9 | 12 | 137 | 34 | 3F |
| Octal | 322 | 161 | 300 | 0 | 56 | 11 | 22 | 467 | 64 | 77 |
| Binary | 11010010 | 1110001 | 11000000 | 0 | 101110 | 1001 | 10010 | 100110111 | 110100 | 111111 |
Color Harmonies of #D271C0
Complementary color
Monochromatic Colors of #D271C0
Black with #D271C0
Text Example
Text Example
White with #D271C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271C0; }
p { color: rgb(210,113,192); }
H1.HeaderClassName
{
color: #D271C0;
}
.AnyTagClassName
{
color: #D271C0;
}
</style>
background-color css
<style>
a { background-color: #D271C0; }
a { background-color: rgb(210,113,192); }
div.DivClassName
{
background-color: #D271C0;
}
.BgClassName
{
background-color: #D271C0;
}
</style>
border-color css
<style>
span { border-color: #D271C0; }
span { border-color: rgb(210,113,192); }
td.TdClassName
{
border-color: #D271C0;
}
.TagClassName
{
border-color: #D271C0;
}
</style>