Shades of Medium Orchid #C730DD
Tints of Medium Orchid #C730DD
RGB
CMYK
RGB Variations
Color information
#C730DD (or 0xC730DD) is known color: Medium Orchid. HEX triplet: C7, 30 and DD. RGB value is (199,48,221). Sum of RGB (Red+Green+Blue) = 199+48+221=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #C730DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730DD is #38CF22. Grayscale: #707070. Windows color (decimal): -3723043 or 14495943. OLE color: 14495943.
HSL color Cylindrical-coordinate representation of color #C730DD: hue angle of 292.37º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C730DD is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 48 | 221 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.13 |
| HSL | 292.37º | 0.72% | 0.53% | - |
| HSV(B) | 292.37º | 0.78% | 0.87% | - |
| XYZ | 37.66 | 19.48 | 70.18 | - |
| YUV | 112.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 221 | 0.10 | 0.78 | 0 | 0.13 | 292.37 | 0.72 | 0.53 |
| Hex | C7 | 30 | DD | A | 4E | 0 | D | 124 | 48 | 35 |
| Octal | 307 | 60 | 335 | 12 | 116 | 0 | 15 | 444 | 110 | 65 |
| Binary | 11000111 | 110000 | 11011101 | 1010 | 1001110 | 0 | 1101 | 100100100 | 1001000 | 110101 |
Color Harmonies of #C730DD
Complementary color
Monochromatic Colors of #C730DD
Black with #C730DD
Text Example
Text Example
White with #C730DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730DD; }
p { color: rgb(199,48,221); }
H1.HeaderClassName
{
color: #C730DD;
}
.AnyTagClassName
{
color: #C730DD;
}
</style>
background-color css
<style>
a { background-color: #C730DD; }
a { background-color: rgb(199,48,221); }
div.DivClassName
{
background-color: #C730DD;
}
.BgClassName
{
background-color: #C730DD;
}
</style>
border-color css
<style>
span { border-color: #C730DD; }
span { border-color: rgb(199,48,221); }
td.TdClassName
{
border-color: #C730DD;
}
.TagClassName
{
border-color: #C730DD;
}
</style>