Shades of Medium Orchid #CD37DF
Tints of Medium Orchid #CD37DF
RGB
CMYK
RGB Variations
Color information
#CD37DF (or 0xCD37DF) is known color: Medium Orchid. HEX triplet: CD, 37 and DF. RGB value is (205,55,223). Sum of RGB (Red+Green+Blue) = 205+55+223=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD37DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37DF is #32C820. Grayscale: #767676. Windows color (decimal): -3328033 or 14628813. OLE color: 14628813.
HSL color Cylindrical-coordinate representation of color #CD37DF: hue angle of 293.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD37DF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 55 | 223 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.13 |
| HSL | 293.57º | 0.72% | 0.55% | - |
| HSV(B) | 293.57º | 0.75% | 0.87% | - |
| XYZ | 39.86 | 21.04 | 71.77 | - |
| YUV | 119 | 186.7 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 223 | 0.08 | 0.75 | 0 | 0.13 | 293.57 | 0.72 | 0.55 |
| Hex | CD | 37 | DF | 8 | 4B | 0 | D | 126 | 48 | 37 |
| Octal | 315 | 67 | 337 | 10 | 113 | 0 | 15 | 446 | 110 | 67 |
| Binary | 11001101 | 110111 | 11011111 | 1000 | 1001011 | 0 | 1101 | 100100110 | 1001000 | 110111 |
Color Harmonies of #CD37DF
Complementary color
Monochromatic Colors of #CD37DF
Black with #CD37DF
Text Example
Text Example
White with #CD37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD37DF; }
p { color: rgb(205,55,223); }
H1.HeaderClassName
{
color: #CD37DF;
}
.AnyTagClassName
{
color: #CD37DF;
}
</style>
background-color css
<style>
a { background-color: #CD37DF; }
a { background-color: rgb(205,55,223); }
div.DivClassName
{
background-color: #CD37DF;
}
.BgClassName
{
background-color: #CD37DF;
}
</style>
border-color css
<style>
span { border-color: #CD37DF; }
span { border-color: rgb(205,55,223); }
td.TdClassName
{
border-color: #CD37DF;
}
.TagClassName
{
border-color: #CD37DF;
}
</style>