Shades of Medium Orchid #CD31E5
Tints of Medium Orchid #CD31E5
RGB
CMYK
RGB Variations
Color information
#CD31E5 (or 0xCD31E5) is known color: Medium Orchid. HEX triplet: CD, 31 and E5. RGB value is (205,49,229). Sum of RGB (Red+Green+Blue) = 205+49+229=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD31E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD31E5 is #32CE1A. Grayscale: #737373. Windows color (decimal): -3329563 or 15020493. OLE color: 15020493.
HSL color Cylindrical-coordinate representation of color #CD31E5: hue angle of 292º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD31E5 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 49 | 229 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.10 |
| HSL | 292º | 0.78% | 0.55% | - |
| HSV(B) | 292º | 0.79% | 0.9% | - |
| XYZ | 40.42 | 20.83 | 76.02 | - |
| YUV | 116.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 229 | 0.10 | 0.79 | 0 | 0.10 | 292 | 0.78 | 0.55 |
| Hex | CD | 31 | E5 | A | 4F | 0 | A | 124 | 4E | 37 |
| Octal | 315 | 61 | 345 | 12 | 117 | 0 | 12 | 444 | 116 | 67 |
| Binary | 11001101 | 110001 | 11100101 | 1010 | 1001111 | 0 | 1010 | 100100100 | 1001110 | 110111 |
Color Harmonies of #CD31E5
Complementary color
Monochromatic Colors of #CD31E5
Black with #CD31E5
Text Example
Text Example
White with #CD31E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD31E5; }
p { color: rgb(205,49,229); }
H1.HeaderClassName
{
color: #CD31E5;
}
.AnyTagClassName
{
color: #CD31E5;
}
</style>
background-color css
<style>
a { background-color: #CD31E5; }
a { background-color: rgb(205,49,229); }
div.DivClassName
{
background-color: #CD31E5;
}
.BgClassName
{
background-color: #CD31E5;
}
</style>
border-color css
<style>
span { border-color: #CD31E5; }
span { border-color: rgb(205,49,229); }
td.TdClassName
{
border-color: #CD31E5;
}
.TagClassName
{
border-color: #CD31E5;
}
</style>