Shades of Orchid #D574CD
Tints of Orchid #D574CD
RGB
CMYK
RGB Variations
Color information
#D574CD (or 0xD574CD) is known color: Orchid. HEX triplet: D5, 74 and CD. RGB value is (213,116,205). Sum of RGB (Red+Green+Blue) = 213+116+205=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D574CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574CD is #2A8B32. Grayscale: #9A9A9A. Windows color (decimal): -2788147 or 13464789. OLE color: 13464789.
HSL color Cylindrical-coordinate representation of color #D574CD: hue angle of 304.95º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D574CD is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 205 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.16 |
| HSL | 304.95º | 0.54% | 0.65% | - |
| HSV(B) | 304.95º | 0.46% | 0.84% | - |
| XYZ | 44.71 | 31.04 | 61.39 | - |
| YUV | 155.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 205 | 0 | 0.46 | 0.04 | 0.16 | 304.95 | 0.54 | 0.65 |
| Hex | D5 | 74 | CD | 0 | 2E | 4 | 10 | 131 | 36 | 41 |
| Octal | 325 | 164 | 315 | 0 | 56 | 4 | 20 | 461 | 66 | 101 |
| Binary | 11010101 | 1110100 | 11001101 | 0 | 101110 | 100 | 10000 | 100110001 | 110110 | 1000001 |
Color Harmonies of #D574CD
Complementary color
Monochromatic Colors of #D574CD
Black with #D574CD
Text Example
Text Example
White with #D574CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574CD; }
p { color: rgb(213,116,205); }
H1.HeaderClassName
{
color: #D574CD;
}
.AnyTagClassName
{
color: #D574CD;
}
</style>
background-color css
<style>
a { background-color: #D574CD; }
a { background-color: rgb(213,116,205); }
div.DivClassName
{
background-color: #D574CD;
}
.BgClassName
{
background-color: #D574CD;
}
</style>
border-color css
<style>
span { border-color: #D574CD; }
span { border-color: rgb(213,116,205); }
td.TdClassName
{
border-color: #D574CD;
}
.TagClassName
{
border-color: #D574CD;
}
</style>