Shades of Medium Orchid #C333EB
Tints of Medium Orchid #C333EB
RGB
CMYK
RGB Variations
Color information
#C333EB (or 0xC333EB) is known color: Medium Orchid. HEX triplet: C3, 33 and EB. RGB value is (195,51,235). Sum of RGB (Red+Green+Blue) = 195+51+235=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #C333EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C333EB is #3CCC14. Grayscale: #727272. Windows color (decimal): -3984405 or 15414211. OLE color: 15414211.
HSL color Cylindrical-coordinate representation of color #C333EB: hue angle of 286.96º degrees, saturation: 0.82, 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 #C333EB is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 51 | 235 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.08 |
| HSL | 286.96º | 0.82% | 0.56% | - |
| HSV(B) | 286.96º | 0.78% | 0.92% | - |
| XYZ | 38.68 | 19.97 | 80.41 | - |
| YUV | 115.03 | 195.71 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 235 | 0.17 | 0.78 | 0 | 0.08 | 286.96 | 0.82 | 0.56 |
| Hex | C3 | 33 | EB | 11 | 4E | 0 | 8 | 11F | 52 | 38 |
| Octal | 303 | 63 | 353 | 21 | 116 | 0 | 10 | 437 | 122 | 70 |
| Binary | 11000011 | 110011 | 11101011 | 10001 | 1001110 | 0 | 1000 | 100011111 | 1010010 | 111000 |
Color Harmonies of #C333EB
Complementary color
Monochromatic Colors of #C333EB
Black with #C333EB
Text Example
Text Example
White with #C333EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333EB; }
p { color: rgb(195,51,235); }
H1.HeaderClassName
{
color: #C333EB;
}
.AnyTagClassName
{
color: #C333EB;
}
</style>
background-color css
<style>
a { background-color: #C333EB; }
a { background-color: rgb(195,51,235); }
div.DivClassName
{
background-color: #C333EB;
}
.BgClassName
{
background-color: #C333EB;
}
</style>
border-color css
<style>
span { border-color: #C333EB; }
span { border-color: rgb(195,51,235); }
td.TdClassName
{
border-color: #C333EB;
}
.TagClassName
{
border-color: #C333EB;
}
</style>