Shades of Orchid #D581C9
Tints of Orchid #D581C9
RGB
CMYK
RGB Variations
Color information
#D581C9 (or 0xD581C9) is known color: Orchid. HEX triplet: D5, 81 and C9. RGB value is (213,129,201). Sum of RGB (Red+Green+Blue) = 213+129+201=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D581C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581C9 is #2A7E36. Grayscale: #A2A2A2. Windows color (decimal): -2784823 or 13205973. OLE color: 13205973.
HSL color Cylindrical-coordinate representation of color #D581C9: hue angle of 308.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D581C9 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 201 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.16 |
| HSL | 308.57º | 0.5% | 0.67% | - |
| HSV(B) | 308.57º | 0.39% | 0.84% | - |
| XYZ | 45.83 | 34.06 | 59.42 | - |
| YUV | 162.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 201 | 0 | 0.39 | 0.06 | 0.16 | 308.57 | 0.5 | 0.67 |
| Hex | D5 | 81 | C9 | 0 | 27 | 6 | 10 | 135 | 32 | 43 |
| Octal | 325 | 201 | 311 | 0 | 47 | 6 | 20 | 465 | 62 | 103 |
| Binary | 11010101 | 10000001 | 11001001 | 0 | 100111 | 110 | 10000 | 100110101 | 110010 | 1000011 |
Color Harmonies of #D581C9
Complementary color
Monochromatic Colors of #D581C9
Black with #D581C9
Text Example
Text Example
White with #D581C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D581C9; }
p { color: rgb(213,129,201); }
H1.HeaderClassName
{
color: #D581C9;
}
.AnyTagClassName
{
color: #D581C9;
}
</style>
background-color css
<style>
a { background-color: #D581C9; }
a { background-color: rgb(213,129,201); }
div.DivClassName
{
background-color: #D581C9;
}
.BgClassName
{
background-color: #D581C9;
}
</style>
border-color css
<style>
span { border-color: #D581C9; }
span { border-color: rgb(213,129,201); }
td.TdClassName
{
border-color: #D581C9;
}
.TagClassName
{
border-color: #D581C9;
}
</style>