Shades of Orchid #D571DC
Tints of Orchid #D571DC
RGB
CMYK
RGB Variations
Color information
#D571DC (or 0xD571DC) is known color: Orchid. HEX triplet: D5, 71 and DC. RGB value is (213,113,220). Sum of RGB (Red+Green+Blue) = 213+113+220=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #D571DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571DC is #2A8E23. Grayscale: #9A9A9A. Windows color (decimal): -2788900 or 14447061. OLE color: 14447061.
HSL color Cylindrical-coordinate representation of color #D571DC: hue angle of 296.07º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D571DC is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 113 | 220 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.14 |
| HSL | 296.07º | 0.6% | 0.65% | - |
| HSV(B) | 296.07º | 0.49% | 0.86% | - |
| XYZ | 46.26 | 31.12 | 71.28 | - |
| YUV | 155.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 220 | 0.03 | 0.49 | 0 | 0.14 | 296.07 | 0.6 | 0.65 |
| Hex | D5 | 71 | DC | 3 | 31 | 0 | E | 128 | 3C | 41 |
| Octal | 325 | 161 | 334 | 3 | 61 | 0 | 16 | 450 | 74 | 101 |
| Binary | 11010101 | 1110001 | 11011100 | 11 | 110001 | 0 | 1110 | 100101000 | 111100 | 1000001 |
Color Harmonies of #D571DC
Complementary color
Monochromatic Colors of #D571DC
Black with #D571DC
Text Example
Text Example
White with #D571DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D571DC; }
p { color: rgb(213,113,220); }
H1.HeaderClassName
{
color: #D571DC;
}
.AnyTagClassName
{
color: #D571DC;
}
</style>
background-color css
<style>
a { background-color: #D571DC; }
a { background-color: rgb(213,113,220); }
div.DivClassName
{
background-color: #D571DC;
}
.BgClassName
{
background-color: #D571DC;
}
</style>
border-color css
<style>
span { border-color: #D571DC; }
span { border-color: rgb(213,113,220); }
td.TdClassName
{
border-color: #D571DC;
}
.TagClassName
{
border-color: #D571DC;
}
</style>