Shades of Orchid #D571CE
Tints of Orchid #D571CE
RGB
CMYK
RGB Variations
Color information
#D571CE (or 0xD571CE) is known color: Orchid. HEX triplet: D5, 71 and CE. RGB value is (213,113,206). Sum of RGB (Red+Green+Blue) = 213+113+206=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D571CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571CE is #2A8E31. Grayscale: #999999. Windows color (decimal): -2788914 or 13529557. OLE color: 13529557.
HSL color Cylindrical-coordinate representation of color #D571CE: hue angle of 304.2º 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 #D571CE is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 206 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.16 |
| HSL | 304.2º | 0.54% | 0.64% | - |
| HSV(B) | 304.2º | 0.47% | 0.84% | - |
| XYZ | 44.49 | 30.41 | 61.92 | - |
| YUV | 153.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 206 | 0 | 0.47 | 0.03 | 0.16 | 304.2 | 0.54 | 0.64 |
| Hex | D5 | 71 | CE | 0 | 2F | 3 | 10 | 130 | 36 | 40 |
| Octal | 325 | 161 | 316 | 0 | 57 | 3 | 20 | 460 | 66 | 100 |
| Binary | 11010101 | 1110001 | 11001110 | 0 | 101111 | 11 | 10000 | 100110000 | 110110 | 1000000 |
Color Harmonies of #D571CE
Complementary color
Monochromatic Colors of #D571CE
Black with #D571CE
Text Example
Text Example
White with #D571CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D571CE; }
p { color: rgb(213,113,206); }
H1.HeaderClassName
{
color: #D571CE;
}
.AnyTagClassName
{
color: #D571CE;
}
</style>
background-color css
<style>
a { background-color: #D571CE; }
a { background-color: rgb(213,113,206); }
div.DivClassName
{
background-color: #D571CE;
}
.BgClassName
{
background-color: #D571CE;
}
</style>
border-color css
<style>
span { border-color: #D571CE; }
span { border-color: rgb(213,113,206); }
td.TdClassName
{
border-color: #D571CE;
}
.TagClassName
{
border-color: #D571CE;
}
</style>