Shades of Medium Orchid #C330E8
Tints of Medium Orchid #C330E8
RGB
CMYK
RGB Variations
Color information
#C330E8 (or 0xC330E8) is known color: Medium Orchid. HEX triplet: C3, 30 and E8. RGB value is (195,48,232). Sum of RGB (Red+Green+Blue) = 195+48+232=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #C330E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C330E8 is #3CCF17. Grayscale: #707070. Windows color (decimal): -3985176 or 15216835. OLE color: 15216835.
HSL color Cylindrical-coordinate representation of color #C330E8: hue angle of 287.93º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C330E8 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 48 | 232 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.09 |
| HSL | 287.93º | 0.8% | 0.55% | - |
| HSV(B) | 287.93º | 0.79% | 0.91% | - |
| XYZ | 38.13 | 19.54 | 78.11 | - |
| YUV | 112.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 232 | 0.16 | 0.79 | 0 | 0.09 | 287.93 | 0.8 | 0.55 |
| Hex | C3 | 30 | E8 | 10 | 4F | 0 | 9 | 120 | 50 | 37 |
| Octal | 303 | 60 | 350 | 20 | 117 | 0 | 11 | 440 | 120 | 67 |
| Binary | 11000011 | 110000 | 11101000 | 10000 | 1001111 | 0 | 1001 | 100100000 | 1010000 | 110111 |
Color Harmonies of #C330E8
Complementary color
Monochromatic Colors of #C330E8
Black with #C330E8
Text Example
Text Example
White with #C330E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330E8; }
p { color: rgb(195,48,232); }
H1.HeaderClassName
{
color: #C330E8;
}
.AnyTagClassName
{
color: #C330E8;
}
</style>
background-color css
<style>
a { background-color: #C330E8; }
a { background-color: rgb(195,48,232); }
div.DivClassName
{
background-color: #C330E8;
}
.BgClassName
{
background-color: #C330E8;
}
</style>
border-color css
<style>
span { border-color: #C330E8; }
span { border-color: rgb(195,48,232); }
td.TdClassName
{
border-color: #C330E8;
}
.TagClassName
{
border-color: #C330E8;
}
</style>