Shades of Orchid #D271C1
Tints of Orchid #D271C1
RGB
CMYK
RGB Variations
Color information
#D271C1 (or 0xD271C1) is known color: Orchid. HEX triplet: D2, 71 and C1. RGB value is (210,113,193). Sum of RGB (Red+Green+Blue) = 210+113+193=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D271C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271C1 is #2D8E3E. Grayscale: #969696. Windows color (decimal): -2985535 or 12677586. OLE color: 12677586.
HSL color Cylindrical-coordinate representation of color #D271C1: hue angle of 310.52º 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 #D271C1 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 193 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.18 |
| HSL | 310.52º | 0.52% | 0.63% | - |
| HSV(B) | 310.52º | 0.46% | 0.82% | - |
| XYZ | 42.11 | 29.36 | 53.9 | - |
| YUV | 151.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 193 | 0 | 0.46 | 0.08 | 0.18 | 310.52 | 0.52 | 0.63 |
| Hex | D2 | 71 | C1 | 0 | 2E | 8 | 12 | 137 | 34 | 3F |
| Octal | 322 | 161 | 301 | 0 | 56 | 10 | 22 | 467 | 64 | 77 |
| Binary | 11010010 | 1110001 | 11000001 | 0 | 101110 | 1000 | 10010 | 100110111 | 110100 | 111111 |
Color Harmonies of #D271C1
Complementary color
Monochromatic Colors of #D271C1
Black with #D271C1
Text Example
Text Example
White with #D271C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271C1; }
p { color: rgb(210,113,193); }
H1.HeaderClassName
{
color: #D271C1;
}
.AnyTagClassName
{
color: #D271C1;
}
</style>
background-color css
<style>
a { background-color: #D271C1; }
a { background-color: rgb(210,113,193); }
div.DivClassName
{
background-color: #D271C1;
}
.BgClassName
{
background-color: #D271C1;
}
</style>
border-color css
<style>
span { border-color: #D271C1; }
span { border-color: rgb(210,113,193); }
td.TdClassName
{
border-color: #D271C1;
}
.TagClassName
{
border-color: #D271C1;
}
</style>