Shades of Medium Orchid #C733E1
Tints of Medium Orchid #C733E1
RGB
CMYK
RGB Variations
Color information
#C733E1 (or 0xC733E1) is known color: Medium Orchid. HEX triplet: C7, 33 and E1. RGB value is (199,51,225). Sum of RGB (Red+Green+Blue) = 199+51+225=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #C733E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C733E1 is #38CC1E. Grayscale: #727272. Windows color (decimal): -3722271 or 14758855. OLE color: 14758855.
HSL color Cylindrical-coordinate representation of color #C733E1: hue angle of 291.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C733E1 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 51 | 225 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.12 |
| HSL | 291.03º | 0.74% | 0.54% | - |
| HSV(B) | 291.03º | 0.77% | 0.88% | - |
| XYZ | 38.33 | 19.95 | 73.06 | - |
| YUV | 115.09 | 190.03 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 225 | 0.12 | 0.77 | 0 | 0.12 | 291.03 | 0.74 | 0.54 |
| Hex | C7 | 33 | E1 | C | 4D | 0 | C | 123 | 4A | 36 |
| Octal | 307 | 63 | 341 | 14 | 115 | 0 | 14 | 443 | 112 | 66 |
| Binary | 11000111 | 110011 | 11100001 | 1100 | 1001101 | 0 | 1100 | 100100011 | 1001010 | 110110 |
Color Harmonies of #C733E1
Complementary color
Monochromatic Colors of #C733E1
Black with #C733E1
Text Example
Text Example
White with #C733E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C733E1; }
p { color: rgb(199,51,225); }
H1.HeaderClassName
{
color: #C733E1;
}
.AnyTagClassName
{
color: #C733E1;
}
</style>
background-color css
<style>
a { background-color: #C733E1; }
a { background-color: rgb(199,51,225); }
div.DivClassName
{
background-color: #C733E1;
}
.BgClassName
{
background-color: #C733E1;
}
</style>
border-color css
<style>
span { border-color: #C733E1; }
span { border-color: rgb(199,51,225); }
td.TdClassName
{
border-color: #C733E1;
}
.TagClassName
{
border-color: #C733E1;
}
</style>