Shades of Orchid #D584CA
Tints of Orchid #D584CA
RGB
CMYK
RGB Variations
Color information
#D584CA (or 0xD584CA) is known color: Orchid. HEX triplet: D5, 84 and CA. RGB value is (213,132,202). Sum of RGB (Red+Green+Blue) = 213+132+202=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D584CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584CA is #2A7B35. Grayscale: #A4A4A4. Windows color (decimal): -2784054 or 13272277. OLE color: 13272277.
HSL color Cylindrical-coordinate representation of color #D584CA: hue angle of 308.15º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D584CA is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 202 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.16 |
| HSL | 308.15º | 0.49% | 0.68% | - |
| HSV(B) | 308.15º | 0.38% | 0.84% | - |
| XYZ | 46.35 | 34.91 | 60.17 | - |
| YUV | 164.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 202 | 0 | 0.38 | 0.05 | 0.16 | 308.15 | 0.49 | 0.68 |
| Hex | D5 | 84 | CA | 0 | 26 | 5 | 10 | 134 | 31 | 44 |
| Octal | 325 | 204 | 312 | 0 | 46 | 5 | 20 | 464 | 61 | 104 |
| Binary | 11010101 | 10000100 | 11001010 | 0 | 100110 | 101 | 10000 | 100110100 | 110001 | 1000100 |
Color Harmonies of #D584CA
Complementary color
Monochromatic Colors of #D584CA
Black with #D584CA
Text Example
Text Example
White with #D584CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584CA; }
p { color: rgb(213,132,202); }
H1.HeaderClassName
{
color: #D584CA;
}
.AnyTagClassName
{
color: #D584CA;
}
</style>
background-color css
<style>
a { background-color: #D584CA; }
a { background-color: rgb(213,132,202); }
div.DivClassName
{
background-color: #D584CA;
}
.BgClassName
{
background-color: #D584CA;
}
</style>
border-color css
<style>
span { border-color: #D584CA; }
span { border-color: rgb(213,132,202); }
td.TdClassName
{
border-color: #D584CA;
}
.TagClassName
{
border-color: #D584CA;
}
</style>