Shades of Orchid #D57CE7
Tints of Orchid #D57CE7
RGB
CMYK
RGB Variations
Color information
#D57CE7 (or 0xD57CE7) is known color: Orchid. HEX triplet: D5, 7C and E7. RGB value is (213,124,231). Sum of RGB (Red+Green+Blue) = 213+124+231=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #D57CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57CE7 is #2A8318. Grayscale: #A2A2A2. Windows color (decimal): -2786073 or 15170773. OLE color: 15170773.
HSL color Cylindrical-coordinate representation of color #D57CE7: hue angle of 289.91º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57CE7 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 124 | 231 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.09 |
| HSL | 289.91º | 0.69% | 0.7% | - |
| HSV(B) | 289.91º | 0.46% | 0.91% | - |
| XYZ | 49.07 | 34.33 | 79.64 | - |
| YUV | 162.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 231 | 0.08 | 0.46 | 0 | 0.09 | 289.91 | 0.69 | 0.7 |
| Hex | D5 | 7C | E7 | 8 | 2E | 0 | 9 | 122 | 45 | 46 |
| Octal | 325 | 174 | 347 | 10 | 56 | 0 | 11 | 442 | 105 | 106 |
| Binary | 11010101 | 1111100 | 11100111 | 1000 | 101110 | 0 | 1001 | 100100010 | 1000101 | 1000110 |
Color Harmonies of #D57CE7
Complementary color
Monochromatic Colors of #D57CE7
Black with #D57CE7
Text Example
Text Example
White with #D57CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CE7; }
p { color: rgb(213,124,231); }
H1.HeaderClassName
{
color: #D57CE7;
}
.AnyTagClassName
{
color: #D57CE7;
}
</style>
background-color css
<style>
a { background-color: #D57CE7; }
a { background-color: rgb(213,124,231); }
div.DivClassName
{
background-color: #D57CE7;
}
.BgClassName
{
background-color: #D57CE7;
}
</style>
border-color css
<style>
span { border-color: #D57CE7; }
span { border-color: rgb(213,124,231); }
td.TdClassName
{
border-color: #D57CE7;
}
.TagClassName
{
border-color: #D57CE7;
}
</style>