Shades of Medium Orchid #CD57ED
Tints of Medium Orchid #CD57ED
RGB
CMYK
RGB Variations
Color information
#CD57ED (or 0xCD57ED) is known color: Medium Orchid. HEX triplet: CD, 57 and ED. RGB value is (205,87,237). Sum of RGB (Red+Green+Blue) = 205+87+237=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD57ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD57ED is #32A812. Grayscale: #8A8A8A. Windows color (decimal): -3319827 or 15554509. OLE color: 15554509.
HSL color Cylindrical-coordinate representation of color #CD57ED: hue angle of 287.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD57ED is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 87 | 237 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.07 |
| HSL | 287.2º | 0.81% | 0.64% | - |
| HSV(B) | 287.2º | 0.63% | 0.93% | - |
| XYZ | 43.87 | 25.91 | 82.81 | - |
| YUV | 139.38 | 183.09 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 87 | 237 | 0.14 | 0.63 | 0 | 0.07 | 287.2 | 0.81 | 0.64 |
| Hex | CD | 57 | ED | E | 3F | 0 | 7 | 11F | 51 | 40 |
| Octal | 315 | 127 | 355 | 16 | 77 | 0 | 7 | 437 | 121 | 100 |
| Binary | 11001101 | 1010111 | 11101101 | 1110 | 111111 | 0 | 111 | 100011111 | 1010001 | 1000000 |
Color Harmonies of #CD57ED
Complementary color
Monochromatic Colors of #CD57ED
Black with #CD57ED
Text Example
Text Example
White with #CD57ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD57ED; }
p { color: rgb(205,87,237); }
H1.HeaderClassName
{
color: #CD57ED;
}
.AnyTagClassName
{
color: #CD57ED;
}
</style>
background-color css
<style>
a { background-color: #CD57ED; }
a { background-color: rgb(205,87,237); }
div.DivClassName
{
background-color: #CD57ED;
}
.BgClassName
{
background-color: #CD57ED;
}
</style>
border-color css
<style>
span { border-color: #CD57ED; }
span { border-color: rgb(205,87,237); }
td.TdClassName
{
border-color: #CD57ED;
}
.TagClassName
{
border-color: #CD57ED;
}
</style>