Shades of Medium Orchid #C333EF
Tints of Medium Orchid #C333EF
RGB
CMYK
RGB Variations
Color information
#C333EF (or 0xC333EF) is known color: Medium Orchid. HEX triplet: C3, 33 and EF. RGB value is (195,51,239). Sum of RGB (Red+Green+Blue) = 195+51+239=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 51 (20.31% from 255 or 10.52% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #C333EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C333EF is #3CCC10. Grayscale: #727272. Windows color (decimal): -3984401 or 15676355. OLE color: 15676355.
HSL color Cylindrical-coordinate representation of color #C333EF: hue angle of 285.96º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C333EF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 51 | 239 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.06 |
| HSL | 285.96º | 0.85% | 0.57% | - |
| HSV(B) | 285.96º | 0.79% | 0.94% | - |
| XYZ | 39.27 | 20.2 | 83.49 | - |
| YUV | 115.49 | 197.71 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 239 | 0.18 | 0.79 | 0 | 0.06 | 285.96 | 0.85 | 0.57 |
| Hex | C3 | 33 | EF | 12 | 4F | 0 | 6 | 11E | 55 | 39 |
| Octal | 303 | 63 | 357 | 22 | 117 | 0 | 6 | 436 | 125 | 71 |
| Binary | 11000011 | 110011 | 11101111 | 10010 | 1001111 | 0 | 110 | 100011110 | 1010101 | 111001 |
Color Harmonies of #C333EF
Complementary color
Monochromatic Colors of #C333EF
Black with #C333EF
Text Example
Text Example
White with #C333EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333EF; }
p { color: rgb(195,51,239); }
H1.HeaderClassName
{
color: #C333EF;
}
.AnyTagClassName
{
color: #C333EF;
}
</style>
background-color css
<style>
a { background-color: #C333EF; }
a { background-color: rgb(195,51,239); }
div.DivClassName
{
background-color: #C333EF;
}
.BgClassName
{
background-color: #C333EF;
}
</style>
border-color css
<style>
span { border-color: #C333EF; }
span { border-color: rgb(195,51,239); }
td.TdClassName
{
border-color: #C333EF;
}
.TagClassName
{
border-color: #C333EF;
}
</style>