Shades of Medium Orchid #CD57D4
Tints of Medium Orchid #CD57D4
RGB
CMYK
RGB Variations
Color information
#CD57D4 (or 0xCD57D4) is known color: Medium Orchid. HEX triplet: CD, 57 and D4. RGB value is (205,87,212). Sum of RGB (Red+Green+Blue) = 205+87+212=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD57D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD57D4 is #32A82B. Grayscale: #888888. Windows color (decimal): -3319852 or 13916109. OLE color: 13916109.
HSL color Cylindrical-coordinate representation of color #CD57D4: hue angle of 296.64º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD57D4 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 87 | 212 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.17 |
| HSL | 296.64º | 0.59% | 0.59% | - |
| HSV(B) | 296.64º | 0.59% | 0.83% | - |
| XYZ | 40.47 | 24.55 | 64.89 | - |
| YUV | 136.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 87 | 212 | 0.03 | 0.59 | 0 | 0.17 | 296.64 | 0.59 | 0.59 |
| Hex | CD | 57 | D4 | 3 | 3B | 0 | 11 | 129 | 3B | 3B |
| Octal | 315 | 127 | 324 | 3 | 73 | 0 | 21 | 451 | 73 | 73 |
| Binary | 11001101 | 1010111 | 11010100 | 11 | 111011 | 0 | 10001 | 100101001 | 111011 | 111011 |
Color Harmonies of #CD57D4
Complementary color
Monochromatic Colors of #CD57D4
Black with #CD57D4
Text Example
Text Example
White with #CD57D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD57D4; }
p { color: rgb(205,87,212); }
H1.HeaderClassName
{
color: #CD57D4;
}
.AnyTagClassName
{
color: #CD57D4;
}
</style>
background-color css
<style>
a { background-color: #CD57D4; }
a { background-color: rgb(205,87,212); }
div.DivClassName
{
background-color: #CD57D4;
}
.BgClassName
{
background-color: #CD57D4;
}
</style>
border-color css
<style>
span { border-color: #CD57D4; }
span { border-color: rgb(205,87,212); }
td.TdClassName
{
border-color: #CD57D4;
}
.TagClassName
{
border-color: #CD57D4;
}
</style>