Shades of Orchid #D571CA
Tints of Orchid #D571CA
RGB
CMYK
RGB Variations
Color information
#D571CA (or 0xD571CA) is known color: Orchid. HEX triplet: D5, 71 and CA. RGB value is (213,113,202). Sum of RGB (Red+Green+Blue) = 213+113+202=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D571CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571CA is #2A8E35. Grayscale: #989898. Windows color (decimal): -2788918 or 13267413. OLE color: 13267413.
HSL color Cylindrical-coordinate representation of color #D571CA: hue angle of 306.6º 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 #D571CA is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 202 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.16 |
| HSL | 306.6º | 0.54% | 0.64% | - |
| HSV(B) | 306.6º | 0.47% | 0.84% | - |
| XYZ | 44.01 | 30.22 | 59.39 | - |
| YUV | 153.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 202 | 0 | 0.47 | 0.05 | 0.16 | 306.6 | 0.54 | 0.64 |
| Hex | D5 | 71 | CA | 0 | 2F | 5 | 10 | 133 | 36 | 40 |
| Octal | 325 | 161 | 312 | 0 | 57 | 5 | 20 | 463 | 66 | 100 |
| Binary | 11010101 | 1110001 | 11001010 | 0 | 101111 | 101 | 10000 | 100110011 | 110110 | 1000000 |
Color Harmonies of #D571CA
Complementary color
Monochromatic Colors of #D571CA
Black with #D571CA
Text Example
Text Example
White with #D571CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D571CA; }
p { color: rgb(213,113,202); }
H1.HeaderClassName
{
color: #D571CA;
}
.AnyTagClassName
{
color: #D571CA;
}
</style>
background-color css
<style>
a { background-color: #D571CA; }
a { background-color: rgb(213,113,202); }
div.DivClassName
{
background-color: #D571CA;
}
.BgClassName
{
background-color: #D571CA;
}
</style>
border-color css
<style>
span { border-color: #D571CA; }
span { border-color: rgb(213,113,202); }
td.TdClassName
{
border-color: #D571CA;
}
.TagClassName
{
border-color: #D571CA;
}
</style>