Shades of Orchid #D571CD
Tints of Orchid #D571CD
RGB
CMYK
RGB Variations
Color information
#D571CD (or 0xD571CD) is known color: Orchid. HEX triplet: D5, 71 and CD. RGB value is (213,113,205). Sum of RGB (Red+Green+Blue) = 213+113+205=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D571CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571CD is #2A8E32. Grayscale: #999999. Windows color (decimal): -2788915 or 13464021. OLE color: 13464021.
HSL color Cylindrical-coordinate representation of color #D571CD: hue angle of 304.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D571CD is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 205 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.16 |
| HSL | 304.8º | 0.54% | 0.64% | - |
| HSV(B) | 304.8º | 0.47% | 0.84% | - |
| XYZ | 44.37 | 30.36 | 61.28 | - |
| YUV | 153.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 205 | 0 | 0.47 | 0.04 | 0.16 | 304.8 | 0.54 | 0.64 |
| Hex | D5 | 71 | CD | 0 | 2F | 4 | 10 | 131 | 36 | 40 |
| Octal | 325 | 161 | 315 | 0 | 57 | 4 | 20 | 461 | 66 | 100 |
| Binary | 11010101 | 1110001 | 11001101 | 0 | 101111 | 100 | 10000 | 100110001 | 110110 | 1000000 |
Color Harmonies of #D571CD
Complementary color
Monochromatic Colors of #D571CD
Black with #D571CD
Text Example
Text Example
White with #D571CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D571CD; }
p { color: rgb(213,113,205); }
H1.HeaderClassName
{
color: #D571CD;
}
.AnyTagClassName
{
color: #D571CD;
}
</style>
background-color css
<style>
a { background-color: #D571CD; }
a { background-color: rgb(213,113,205); }
div.DivClassName
{
background-color: #D571CD;
}
.BgClassName
{
background-color: #D571CD;
}
</style>
border-color css
<style>
span { border-color: #D571CD; }
span { border-color: rgb(213,113,205); }
td.TdClassName
{
border-color: #D571CD;
}
.TagClassName
{
border-color: #D571CD;
}
</style>