Shades of Orchid #D58ACF
Tints of Orchid #D58ACF
RGB
CMYK
RGB Variations
Color information
#D58ACF (or 0xD58ACF) is known color: Orchid. HEX triplet: D5, 8A and CF. RGB value is (213,138,207). Sum of RGB (Red+Green+Blue) = 213+138+207=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ACF is #2A7530. Grayscale: #A8A8A8. Windows color (decimal): -2782513 or 13601493. OLE color: 13601493.
HSL color Cylindrical-coordinate representation of color #D58ACF: hue angle of 304.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58ACF is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 207 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.16 |
| HSL | 304.8º | 0.47% | 0.69% | - |
| HSV(B) | 304.8º | 0.35% | 0.84% | - |
| XYZ | 47.79 | 36.83 | 63.62 | - |
| YUV | 168.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 207 | 0 | 0.35 | 0.03 | 0.16 | 304.8 | 0.47 | 0.69 |
| Hex | D5 | 8A | CF | 0 | 23 | 3 | 10 | 131 | 2F | 45 |
| Octal | 325 | 212 | 317 | 0 | 43 | 3 | 20 | 461 | 57 | 105 |
| Binary | 11010101 | 10001010 | 11001111 | 0 | 100011 | 11 | 10000 | 100110001 | 101111 | 1000101 |
Color Harmonies of #D58ACF
Complementary color
Monochromatic Colors of #D58ACF
Black with #D58ACF
Text Example
Text Example
White with #D58ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58ACF; }
p { color: rgb(213,138,207); }
H1.HeaderClassName
{
color: #D58ACF;
}
.AnyTagClassName
{
color: #D58ACF;
}
</style>
background-color css
<style>
a { background-color: #D58ACF; }
a { background-color: rgb(213,138,207); }
div.DivClassName
{
background-color: #D58ACF;
}
.BgClassName
{
background-color: #D58ACF;
}
</style>
border-color css
<style>
span { border-color: #D58ACF; }
span { border-color: rgb(213,138,207); }
td.TdClassName
{
border-color: #D58ACF;
}
.TagClassName
{
border-color: #D58ACF;
}
</style>