Shades of Medium Orchid #C933EC
Tints of Medium Orchid #C933EC
RGB
CMYK
RGB Variations
Color information
#C933EC (or 0xC933EC) is known color: Medium Orchid. HEX triplet: C9, 33 and EC. RGB value is (201,51,236). Sum of RGB (Red+Green+Blue) = 201+51+236=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #C933EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C933EC is #36CC13. Grayscale: #747474. Windows color (decimal): -3591188 or 15479753. OLE color: 15479753.
HSL color Cylindrical-coordinate representation of color #C933EC: hue angle of 288.65º 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 #C933EC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 51 | 236 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.07 |
| HSL | 288.65º | 0.83% | 0.56% | - |
| HSV(B) | 288.65º | 0.78% | 0.93% | - |
| XYZ | 40.41 | 20.84 | 81.25 | - |
| YUV | 116.94 | 195.2 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 236 | 0.15 | 0.78 | 0 | 0.07 | 288.65 | 0.83 | 0.56 |
| Hex | C9 | 33 | EC | F | 4E | 0 | 7 | 121 | 53 | 38 |
| Octal | 311 | 63 | 354 | 17 | 116 | 0 | 7 | 441 | 123 | 70 |
| Binary | 11001001 | 110011 | 11101100 | 1111 | 1001110 | 0 | 111 | 100100001 | 1010011 | 111000 |
Color Harmonies of #C933EC
Complementary color
Monochromatic Colors of #C933EC
Black with #C933EC
Text Example
Text Example
White with #C933EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933EC; }
p { color: rgb(201,51,236); }
H1.HeaderClassName
{
color: #C933EC;
}
.AnyTagClassName
{
color: #C933EC;
}
</style>
background-color css
<style>
a { background-color: #C933EC; }
a { background-color: rgb(201,51,236); }
div.DivClassName
{
background-color: #C933EC;
}
.BgClassName
{
background-color: #C933EC;
}
</style>
border-color css
<style>
span { border-color: #C933EC; }
span { border-color: rgb(201,51,236); }
td.TdClassName
{
border-color: #C933EC;
}
.TagClassName
{
border-color: #C933EC;
}
</style>