Shades of Medium Orchid #C730E1
Tints of Medium Orchid #C730E1
RGB
CMYK
RGB Variations
Color information
#C730E1 (or 0xC730E1) is known color: Medium Orchid. HEX triplet: C7, 30 and E1. RGB value is (199,48,225). Sum of RGB (Red+Green+Blue) = 199+48+225=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #C730E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730E1 is #38CF1E. Grayscale: #707070. Windows color (decimal): -3723039 or 14758087. OLE color: 14758087.
HSL color Cylindrical-coordinate representation of color #C730E1: hue angle of 291.19º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C730E1 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 48 | 225 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.12 |
| HSL | 291.19º | 0.75% | 0.54% | - |
| HSV(B) | 291.19º | 0.79% | 0.88% | - |
| XYZ | 38.2 | 19.69 | 73.02 | - |
| YUV | 113.33 | 191.03 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 225 | 0.12 | 0.79 | 0 | 0.12 | 291.19 | 0.75 | 0.54 |
| Hex | C7 | 30 | E1 | C | 4F | 0 | C | 123 | 4B | 36 |
| Octal | 307 | 60 | 341 | 14 | 117 | 0 | 14 | 443 | 113 | 66 |
| Binary | 11000111 | 110000 | 11100001 | 1100 | 1001111 | 0 | 1100 | 100100011 | 1001011 | 110110 |
Color Harmonies of #C730E1
Complementary color
Monochromatic Colors of #C730E1
Black with #C730E1
Text Example
Text Example
White with #C730E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730E1; }
p { color: rgb(199,48,225); }
H1.HeaderClassName
{
color: #C730E1;
}
.AnyTagClassName
{
color: #C730E1;
}
</style>
background-color css
<style>
a { background-color: #C730E1; }
a { background-color: rgb(199,48,225); }
div.DivClassName
{
background-color: #C730E1;
}
.BgClassName
{
background-color: #C730E1;
}
</style>
border-color css
<style>
span { border-color: #C730E1; }
span { border-color: rgb(199,48,225); }
td.TdClassName
{
border-color: #C730E1;
}
.TagClassName
{
border-color: #C730E1;
}
</style>