Shades of Medium Orchid #C733EA
Tints of Medium Orchid #C733EA
RGB
CMYK
RGB Variations
Color information
#C733EA (or 0xC733EA) is known color: Medium Orchid. HEX triplet: C7, 33 and EA. RGB value is (199,51,234). Sum of RGB (Red+Green+Blue) = 199+51+234=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #C733EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C733EA is #38CC15. Grayscale: #737373. Windows color (decimal): -3722262 or 15348679. OLE color: 15348679.
HSL color Cylindrical-coordinate representation of color #C733EA: hue angle of 288.52º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C733EA is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 51 | 234 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.08 |
| HSL | 288.52º | 0.81% | 0.56% | - |
| HSV(B) | 288.52º | 0.78% | 0.92% | - |
| XYZ | 39.59 | 20.45 | 79.7 | - |
| YUV | 116.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 234 | 0.15 | 0.78 | 0 | 0.08 | 288.52 | 0.81 | 0.56 |
| Hex | C7 | 33 | EA | F | 4E | 0 | 8 | 121 | 51 | 38 |
| Octal | 307 | 63 | 352 | 17 | 116 | 0 | 10 | 441 | 121 | 70 |
| Binary | 11000111 | 110011 | 11101010 | 1111 | 1001110 | 0 | 1000 | 100100001 | 1010001 | 111000 |
Color Harmonies of #C733EA
Complementary color
Monochromatic Colors of #C733EA
Black with #C733EA
Text Example
Text Example
White with #C733EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C733EA; }
p { color: rgb(199,51,234); }
H1.HeaderClassName
{
color: #C733EA;
}
.AnyTagClassName
{
color: #C733EA;
}
</style>
background-color css
<style>
a { background-color: #C733EA; }
a { background-color: rgb(199,51,234); }
div.DivClassName
{
background-color: #C733EA;
}
.BgClassName
{
background-color: #C733EA;
}
</style>
border-color css
<style>
span { border-color: #C733EA; }
span { border-color: rgb(199,51,234); }
td.TdClassName
{
border-color: #C733EA;
}
.TagClassName
{
border-color: #C733EA;
}
</style>