Shades of Orchid #D271C7
Tints of Orchid #D271C7
RGB
CMYK
RGB Variations
Color information
#D271C7 (or 0xD271C7) is known color: Orchid. HEX triplet: D2, 71 and C7. RGB value is (210,113,199). Sum of RGB (Red+Green+Blue) = 210+113+199=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D271C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271C7 is #2D8E38. Grayscale: #979797. Windows color (decimal): -2985529 or 13070802. OLE color: 13070802.
HSL color Cylindrical-coordinate representation of color #D271C7: hue angle of 306.8º 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 #D271C7 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 199 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.18 |
| HSL | 306.8º | 0.52% | 0.63% | - |
| HSV(B) | 306.8º | 0.46% | 0.82% | - |
| XYZ | 42.79 | 29.64 | 57.5 | - |
| YUV | 151.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 199 | 0 | 0.46 | 0.05 | 0.18 | 306.8 | 0.52 | 0.63 |
| Hex | D2 | 71 | C7 | 0 | 2E | 5 | 12 | 133 | 34 | 3F |
| Octal | 322 | 161 | 307 | 0 | 56 | 5 | 22 | 463 | 64 | 77 |
| Binary | 11010010 | 1110001 | 11000111 | 0 | 101110 | 101 | 10010 | 100110011 | 110100 | 111111 |
Color Harmonies of #D271C7
Complementary color
Monochromatic Colors of #D271C7
Black with #D271C7
Text Example
Text Example
White with #D271C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271C7; }
p { color: rgb(210,113,199); }
H1.HeaderClassName
{
color: #D271C7;
}
.AnyTagClassName
{
color: #D271C7;
}
</style>
background-color css
<style>
a { background-color: #D271C7; }
a { background-color: rgb(210,113,199); }
div.DivClassName
{
background-color: #D271C7;
}
.BgClassName
{
background-color: #D271C7;
}
</style>
border-color css
<style>
span { border-color: #D271C7; }
span { border-color: rgb(210,113,199); }
td.TdClassName
{
border-color: #D271C7;
}
.TagClassName
{
border-color: #D271C7;
}
</style>