Shades of Orchid #D57ACC
Tints of Orchid #D57ACC
RGB
CMYK
RGB Variations
Color information
#D57ACC (or 0xD57ACC) is known color: Orchid. HEX triplet: D5, 7A and CC. RGB value is (213,122,204). Sum of RGB (Red+Green+Blue) = 213+122+204=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ACC is #2A8533. Grayscale: #9E9E9E. Windows color (decimal): -2786612 or 13400789. OLE color: 13400789.
HSL color Cylindrical-coordinate representation of color #D57ACC: hue angle of 305.93º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57ACC is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 204 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.16 |
| HSL | 305.93º | 0.52% | 0.66% | - |
| HSV(B) | 305.93º | 0.43% | 0.84% | - |
| XYZ | 45.3 | 32.42 | 61 | - |
| YUV | 158.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 204 | 0 | 0.43 | 0.04 | 0.16 | 305.93 | 0.52 | 0.66 |
| Hex | D5 | 7A | CC | 0 | 2B | 4 | 10 | 132 | 34 | 42 |
| Octal | 325 | 172 | 314 | 0 | 53 | 4 | 20 | 462 | 64 | 102 |
| Binary | 11010101 | 1111010 | 11001100 | 0 | 101011 | 100 | 10000 | 100110010 | 110100 | 1000010 |
Color Harmonies of #D57ACC
Complementary color
Monochromatic Colors of #D57ACC
Black with #D57ACC
Text Example
Text Example
White with #D57ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57ACC; }
p { color: rgb(213,122,204); }
H1.HeaderClassName
{
color: #D57ACC;
}
.AnyTagClassName
{
color: #D57ACC;
}
</style>
background-color css
<style>
a { background-color: #D57ACC; }
a { background-color: rgb(213,122,204); }
div.DivClassName
{
background-color: #D57ACC;
}
.BgClassName
{
background-color: #D57ACC;
}
</style>
border-color css
<style>
span { border-color: #D57ACC; }
span { border-color: rgb(213,122,204); }
td.TdClassName
{
border-color: #D57ACC;
}
.TagClassName
{
border-color: #D57ACC;
}
</style>