Shades of Orchid #D271DF
Tints of Orchid #D271DF
RGB
CMYK
RGB Variations
Color information
#D271DF (or 0xD271DF) is known color: Orchid. HEX triplet: D2, 71 and DF. RGB value is (210,113,223). Sum of RGB (Red+Green+Blue) = 210+113+223=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #D271DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271DF is #2D8E20. Grayscale: #9A9A9A. Windows color (decimal): -2985505 or 14643666. OLE color: 14643666.
HSL color Cylindrical-coordinate representation of color #D271DF: hue angle of 292.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D271DF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 113 | 223 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.13 |
| HSL | 292.91º | 0.63% | 0.66% | - |
| HSV(B) | 292.91º | 0.49% | 0.87% | - |
| XYZ | 45.8 | 30.84 | 73.35 | - |
| YUV | 154.54 | 166.64 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 223 | 0.06 | 0.49 | 0 | 0.13 | 292.91 | 0.63 | 0.66 |
| Hex | D2 | 71 | DF | 6 | 31 | 0 | D | 125 | 3F | 42 |
| Octal | 322 | 161 | 337 | 6 | 61 | 0 | 15 | 445 | 77 | 102 |
| Binary | 11010010 | 1110001 | 11011111 | 110 | 110001 | 0 | 1101 | 100100101 | 111111 | 1000010 |
Color Harmonies of #D271DF
Complementary color
Monochromatic Colors of #D271DF
Black with #D271DF
Text Example
Text Example
White with #D271DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271DF; }
p { color: rgb(210,113,223); }
H1.HeaderClassName
{
color: #D271DF;
}
.AnyTagClassName
{
color: #D271DF;
}
</style>
background-color css
<style>
a { background-color: #D271DF; }
a { background-color: rgb(210,113,223); }
div.DivClassName
{
background-color: #D271DF;
}
.BgClassName
{
background-color: #D271DF;
}
</style>
border-color css
<style>
span { border-color: #D271DF; }
span { border-color: rgb(210,113,223); }
td.TdClassName
{
border-color: #D271DF;
}
.TagClassName
{
border-color: #D271DF;
}
</style>