Shades of Medium Orchid #C33BE9
Tints of Medium Orchid #C33BE9
RGB
CMYK
RGB Variations
Color information
#C33BE9 (or 0xC33BE9) is known color: Medium Orchid. HEX triplet: C3, 3B and E9. RGB value is (195,59,233). Sum of RGB (Red+Green+Blue) = 195+59+233=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #C33BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33BE9 is #3CC416. Grayscale: #767676. Windows color (decimal): -3982359 or 15285187. OLE color: 15285187.
HSL color Cylindrical-coordinate representation of color #C33BE9: hue angle of 286.9º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33BE9 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 59 | 233 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.09 |
| HSL | 286.9º | 0.8% | 0.57% | - |
| HSV(B) | 286.9º | 0.75% | 0.91% | - |
| XYZ | 38.78 | 20.61 | 79.03 | - |
| YUV | 119.5 | 192.06 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 233 | 0.16 | 0.75 | 0 | 0.09 | 286.9 | 0.8 | 0.57 |
| Hex | C3 | 3B | E9 | 10 | 4B | 0 | 9 | 11F | 50 | 39 |
| Octal | 303 | 73 | 351 | 20 | 113 | 0 | 11 | 437 | 120 | 71 |
| Binary | 11000011 | 111011 | 11101001 | 10000 | 1001011 | 0 | 1001 | 100011111 | 1010000 | 111001 |
Color Harmonies of #C33BE9
Complementary color
Monochromatic Colors of #C33BE9
Black with #C33BE9
Text Example
Text Example
White with #C33BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BE9; }
p { color: rgb(195,59,233); }
H1.HeaderClassName
{
color: #C33BE9;
}
.AnyTagClassName
{
color: #C33BE9;
}
</style>
background-color css
<style>
a { background-color: #C33BE9; }
a { background-color: rgb(195,59,233); }
div.DivClassName
{
background-color: #C33BE9;
}
.BgClassName
{
background-color: #C33BE9;
}
</style>
border-color css
<style>
span { border-color: #C33BE9; }
span { border-color: rgb(195,59,233); }
td.TdClassName
{
border-color: #C33BE9;
}
.TagClassName
{
border-color: #C33BE9;
}
</style>