Shades of Medium Orchid #C333EC
Tints of Medium Orchid #C333EC
RGB
CMYK
RGB Variations
Color information
#C333EC (or 0xC333EC) is known color: Medium Orchid. HEX triplet: C3, 33 and EC. RGB value is (195,51,236). Sum of RGB (Red+Green+Blue) = 195+51+236=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #C333EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C333EC is #3CCC13. Grayscale: #727272. Windows color (decimal): -3984404 or 15479747. OLE color: 15479747.
HSL color Cylindrical-coordinate representation of color #C333EC: hue angle of 286.7º 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 #C333EC is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 51 | 236 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.07 |
| HSL | 286.7º | 0.83% | 0.56% | - |
| HSV(B) | 286.7º | 0.78% | 0.93% | - |
| XYZ | 38.83 | 20.03 | 81.18 | - |
| YUV | 115.15 | 196.21 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 236 | 0.17 | 0.78 | 0 | 0.07 | 286.7 | 0.83 | 0.56 |
| Hex | C3 | 33 | EC | 11 | 4E | 0 | 7 | 11F | 53 | 38 |
| Octal | 303 | 63 | 354 | 21 | 116 | 0 | 7 | 437 | 123 | 70 |
| Binary | 11000011 | 110011 | 11101100 | 10001 | 1001110 | 0 | 111 | 100011111 | 1010011 | 111000 |
Color Harmonies of #C333EC
Complementary color
Monochromatic Colors of #C333EC
Black with #C333EC
Text Example
Text Example
White with #C333EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333EC; }
p { color: rgb(195,51,236); }
H1.HeaderClassName
{
color: #C333EC;
}
.AnyTagClassName
{
color: #C333EC;
}
</style>
background-color css
<style>
a { background-color: #C333EC; }
a { background-color: rgb(195,51,236); }
div.DivClassName
{
background-color: #C333EC;
}
.BgClassName
{
background-color: #C333EC;
}
</style>
border-color css
<style>
span { border-color: #C333EC; }
span { border-color: rgb(195,51,236); }
td.TdClassName
{
border-color: #C333EC;
}
.TagClassName
{
border-color: #C333EC;
}
</style>