Shades of Orchid #D57CCA
Tints of Orchid #D57CCA
RGB
CMYK
RGB Variations
Color information
#D57CCA (or 0xD57CCA) is known color: Orchid. HEX triplet: D5, 7C and CA. RGB value is (213,124,202). Sum of RGB (Red+Green+Blue) = 213+124+202=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CCA is #2A8335. Grayscale: #9F9F9F. Windows color (decimal): -2786102 or 13270229. OLE color: 13270229.
HSL color Cylindrical-coordinate representation of color #D57CCA: hue angle of 307.42º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57CCA is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 202 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.16 |
| HSL | 307.42º | 0.51% | 0.66% | - |
| HSV(B) | 307.42º | 0.42% | 0.84% | - |
| XYZ | 45.31 | 32.83 | 59.83 | - |
| YUV | 159.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 202 | 0 | 0.42 | 0.05 | 0.16 | 307.42 | 0.51 | 0.66 |
| Hex | D5 | 7C | CA | 0 | 2A | 5 | 10 | 133 | 33 | 42 |
| Octal | 325 | 174 | 312 | 0 | 52 | 5 | 20 | 463 | 63 | 102 |
| Binary | 11010101 | 1111100 | 11001010 | 0 | 101010 | 101 | 10000 | 100110011 | 110011 | 1000010 |
Color Harmonies of #D57CCA
Complementary color
Monochromatic Colors of #D57CCA
Black with #D57CCA
Text Example
Text Example
White with #D57CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CCA; }
p { color: rgb(213,124,202); }
H1.HeaderClassName
{
color: #D57CCA;
}
.AnyTagClassName
{
color: #D57CCA;
}
</style>
background-color css
<style>
a { background-color: #D57CCA; }
a { background-color: rgb(213,124,202); }
div.DivClassName
{
background-color: #D57CCA;
}
.BgClassName
{
background-color: #D57CCA;
}
</style>
border-color css
<style>
span { border-color: #D57CCA; }
span { border-color: rgb(213,124,202); }
td.TdClassName
{
border-color: #D57CCA;
}
.TagClassName
{
border-color: #D57CCA;
}
</style>