Shades of Medium Orchid #CD57E5
Tints of Medium Orchid #CD57E5
RGB
CMYK
RGB Variations
Color information
#CD57E5 (or 0xCD57E5) is known color: Medium Orchid. HEX triplet: CD, 57 and E5. RGB value is (205,87,229). Sum of RGB (Red+Green+Blue) = 205+87+229=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD57E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD57E5 is #32A81A. Grayscale: #8A8A8A. Windows color (decimal): -3319835 or 15030221. OLE color: 15030221.
HSL color Cylindrical-coordinate representation of color #CD57E5: hue angle of 289.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD57E5 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 87 | 229 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.10 |
| HSL | 289.86º | 0.73% | 0.62% | - |
| HSV(B) | 289.86º | 0.62% | 0.9% | - |
| XYZ | 42.73 | 25.45 | 76.79 | - |
| YUV | 138.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 87 | 229 | 0.10 | 0.62 | 0 | 0.10 | 289.86 | 0.73 | 0.62 |
| Hex | CD | 57 | E5 | A | 3E | 0 | A | 122 | 49 | 3E |
| Octal | 315 | 127 | 345 | 12 | 76 | 0 | 12 | 442 | 111 | 76 |
| Binary | 11001101 | 1010111 | 11100101 | 1010 | 111110 | 0 | 1010 | 100100010 | 1001001 | 111110 |
Color Harmonies of #CD57E5
Complementary color
Monochromatic Colors of #CD57E5
Black with #CD57E5
Text Example
Text Example
White with #CD57E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD57E5; }
p { color: rgb(205,87,229); }
H1.HeaderClassName
{
color: #CD57E5;
}
.AnyTagClassName
{
color: #CD57E5;
}
</style>
background-color css
<style>
a { background-color: #CD57E5; }
a { background-color: rgb(205,87,229); }
div.DivClassName
{
background-color: #CD57E5;
}
.BgClassName
{
background-color: #CD57E5;
}
</style>
border-color css
<style>
span { border-color: #CD57E5; }
span { border-color: rgb(205,87,229); }
td.TdClassName
{
border-color: #CD57E5;
}
.TagClassName
{
border-color: #CD57E5;
}
</style>