Shades of Orchid #D584C2
Tints of Orchid #D584C2
RGB
CMYK
RGB Variations
Color information
#D584C2 (or 0xD584C2) is known color: Orchid. HEX triplet: D5, 84 and C2. RGB value is (213,132,194). Sum of RGB (Red+Green+Blue) = 213+132+194=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D584C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584C2 is #2A7B3D. Grayscale: #A3A3A3. Windows color (decimal): -2784062 or 12747989. OLE color: 12747989.
HSL color Cylindrical-coordinate representation of color #D584C2: hue angle of 314.07º 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 #D584C2 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 194 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.16 |
| HSL | 314.07º | 0.49% | 0.68% | - |
| HSV(B) | 314.07º | 0.38% | 0.84% | - |
| XYZ | 45.43 | 34.54 | 55.31 | - |
| YUV | 163.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 194 | 0 | 0.38 | 0.09 | 0.16 | 314.07 | 0.49 | 0.68 |
| Hex | D5 | 84 | C2 | 0 | 26 | 9 | 10 | 13A | 31 | 44 |
| Octal | 325 | 204 | 302 | 0 | 46 | 11 | 20 | 472 | 61 | 104 |
| Binary | 11010101 | 10000100 | 11000010 | 0 | 100110 | 1001 | 10000 | 100111010 | 110001 | 1000100 |
Color Harmonies of #D584C2
Complementary color
Monochromatic Colors of #D584C2
Black with #D584C2
Text Example
Text Example
White with #D584C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584C2; }
p { color: rgb(213,132,194); }
H1.HeaderClassName
{
color: #D584C2;
}
.AnyTagClassName
{
color: #D584C2;
}
</style>
background-color css
<style>
a { background-color: #D584C2; }
a { background-color: rgb(213,132,194); }
div.DivClassName
{
background-color: #D584C2;
}
.BgClassName
{
background-color: #D584C2;
}
</style>
border-color css
<style>
span { border-color: #D584C2; }
span { border-color: rgb(213,132,194); }
td.TdClassName
{
border-color: #D584C2;
}
.TagClassName
{
border-color: #D584C2;
}
</style>