Shades of Medium Orchid #C733EC
Tints of Medium Orchid #C733EC
RGB
CMYK
RGB Variations
Color information
#C733EC (or 0xC733EC) is known color: Medium Orchid. HEX triplet: C7, 33 and EC. RGB value is (199,51,236). Sum of RGB (Red+Green+Blue) = 199+51+236=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #C733EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C733EC is #38CC13. Grayscale: #737373. Windows color (decimal): -3722260 or 15479751. OLE color: 15479751.
HSL color Cylindrical-coordinate representation of color #C733EC: hue angle of 288º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C733EC is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 51 | 236 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.07 |
| HSL | 288º | 0.83% | 0.56% | - |
| HSV(B) | 288º | 0.78% | 0.93% | - |
| XYZ | 39.88 | 20.57 | 81.22 | - |
| YUV | 116.34 | 195.53 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 236 | 0.16 | 0.78 | 0 | 0.07 | 288 | 0.83 | 0.56 |
| Hex | C7 | 33 | EC | 10 | 4E | 0 | 7 | 120 | 53 | 38 |
| Octal | 307 | 63 | 354 | 20 | 116 | 0 | 7 | 440 | 123 | 70 |
| Binary | 11000111 | 110011 | 11101100 | 10000 | 1001110 | 0 | 111 | 100100000 | 1010011 | 111000 |
Color Harmonies of #C733EC
Complementary color
Monochromatic Colors of #C733EC
Black with #C733EC
Text Example
Text Example
White with #C733EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C733EC; }
p { color: rgb(199,51,236); }
H1.HeaderClassName
{
color: #C733EC;
}
.AnyTagClassName
{
color: #C733EC;
}
</style>
background-color css
<style>
a { background-color: #C733EC; }
a { background-color: rgb(199,51,236); }
div.DivClassName
{
background-color: #C733EC;
}
.BgClassName
{
background-color: #C733EC;
}
</style>
border-color css
<style>
span { border-color: #C733EC; }
span { border-color: rgb(199,51,236); }
td.TdClassName
{
border-color: #C733EC;
}
.TagClassName
{
border-color: #C733EC;
}
</style>