Shades of Medium Orchid #CD53DF
Tints of Medium Orchid #CD53DF
RGB
CMYK
RGB Variations
Color information
#CD53DF (or 0xCD53DF) is known color: Medium Orchid. HEX triplet: CD, 53 and DF. RGB value is (205,83,223). Sum of RGB (Red+Green+Blue) = 205+83+223=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD53DF is #32AC20. Grayscale: #878787. Windows color (decimal): -3320865 or 14635981. OLE color: 14635981.
HSL color Cylindrical-coordinate representation of color #CD53DF: hue angle of 292.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD53DF is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 83 | 223 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.13 |
| HSL | 292.29º | 0.69% | 0.6% | - |
| HSV(B) | 292.29º | 0.63% | 0.87% | - |
| XYZ | 41.59 | 24.49 | 72.35 | - |
| YUV | 135.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 223 | 0.08 | 0.63 | 0 | 0.13 | 292.29 | 0.69 | 0.6 |
| Hex | CD | 53 | DF | 8 | 3F | 0 | D | 124 | 45 | 3C |
| Octal | 315 | 123 | 337 | 10 | 77 | 0 | 15 | 444 | 105 | 74 |
| Binary | 11001101 | 1010011 | 11011111 | 1000 | 111111 | 0 | 1101 | 100100100 | 1000101 | 111100 |
Color Harmonies of #CD53DF
Complementary color
Monochromatic Colors of #CD53DF
Black with #CD53DF
Text Example
Text Example
White with #CD53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD53DF; }
p { color: rgb(205,83,223); }
H1.HeaderClassName
{
color: #CD53DF;
}
.AnyTagClassName
{
color: #CD53DF;
}
</style>
background-color css
<style>
a { background-color: #CD53DF; }
a { background-color: rgb(205,83,223); }
div.DivClassName
{
background-color: #CD53DF;
}
.BgClassName
{
background-color: #CD53DF;
}
</style>
border-color css
<style>
span { border-color: #CD53DF; }
span { border-color: rgb(205,83,223); }
td.TdClassName
{
border-color: #CD53DF;
}
.TagClassName
{
border-color: #CD53DF;
}
</style>