Shades of Medium Orchid #CD38E5
Tints of Medium Orchid #CD38E5
RGB
CMYK
RGB Variations
Color information
#CD38E5 (or 0xCD38E5) is known color: Medium Orchid. HEX triplet: CD, 38 and E5. RGB value is (205,56,229). Sum of RGB (Red+Green+Blue) = 205+56+229=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD38E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD38E5 is #32C71A. Grayscale: #777777. Windows color (decimal): -3327771 or 15022285. OLE color: 15022285.
HSL color Cylindrical-coordinate representation of color #CD38E5: hue angle of 291.68º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD38E5 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 56 | 229 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.10 |
| HSL | 291.68º | 0.77% | 0.56% | - |
| HSV(B) | 291.68º | 0.76% | 0.9% | - |
| XYZ | 40.73 | 21.46 | 76.12 | - |
| YUV | 120.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 229 | 0.10 | 0.76 | 0 | 0.10 | 291.68 | 0.77 | 0.56 |
| Hex | CD | 38 | E5 | A | 4C | 0 | A | 124 | 4D | 38 |
| Octal | 315 | 70 | 345 | 12 | 114 | 0 | 12 | 444 | 115 | 70 |
| Binary | 11001101 | 111000 | 11100101 | 1010 | 1001100 | 0 | 1010 | 100100100 | 1001101 | 111000 |
Color Harmonies of #CD38E5
Complementary color
Monochromatic Colors of #CD38E5
Black with #CD38E5
Text Example
Text Example
White with #CD38E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD38E5; }
p { color: rgb(205,56,229); }
H1.HeaderClassName
{
color: #CD38E5;
}
.AnyTagClassName
{
color: #CD38E5;
}
</style>
background-color css
<style>
a { background-color: #CD38E5; }
a { background-color: rgb(205,56,229); }
div.DivClassName
{
background-color: #CD38E5;
}
.BgClassName
{
background-color: #CD38E5;
}
</style>
border-color css
<style>
span { border-color: #CD38E5; }
span { border-color: rgb(205,56,229); }
td.TdClassName
{
border-color: #CD38E5;
}
.TagClassName
{
border-color: #CD38E5;
}
</style>