Shades of Medium Orchid #C330EE
Tints of Medium Orchid #C330EE
RGB
CMYK
RGB Variations
Color information
#C330EE (or 0xC330EE) is known color: Medium Orchid. HEX triplet: C3, 30 and EE. RGB value is (195,48,238). Sum of RGB (Red+Green+Blue) = 195+48+238=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #C330EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C330EE is #3CCF11. Grayscale: #717171. Windows color (decimal): -3985170 or 15610051. OLE color: 15610051.
HSL color Cylindrical-coordinate representation of color #C330EE: hue angle of 286.42º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C330EE is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 48 | 238 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.07 |
| HSL | 286.42º | 0.85% | 0.56% | - |
| HSV(B) | 286.42º | 0.8% | 0.93% | - |
| XYZ | 39 | 19.89 | 82.67 | - |
| YUV | 113.61 | 198.2 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 238 | 0.18 | 0.80 | 0 | 0.07 | 286.42 | 0.85 | 0.56 |
| Hex | C3 | 30 | EE | 12 | 50 | 0 | 7 | 11E | 55 | 38 |
| Octal | 303 | 60 | 356 | 22 | 120 | 0 | 7 | 436 | 125 | 70 |
| Binary | 11000011 | 110000 | 11101110 | 10010 | 1010000 | 0 | 111 | 100011110 | 1010101 | 111000 |
Color Harmonies of #C330EE
Complementary color
Monochromatic Colors of #C330EE
Black with #C330EE
Text Example
Text Example
White with #C330EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330EE; }
p { color: rgb(195,48,238); }
H1.HeaderClassName
{
color: #C330EE;
}
.AnyTagClassName
{
color: #C330EE;
}
</style>
background-color css
<style>
a { background-color: #C330EE; }
a { background-color: rgb(195,48,238); }
div.DivClassName
{
background-color: #C330EE;
}
.BgClassName
{
background-color: #C330EE;
}
</style>
border-color css
<style>
span { border-color: #C330EE; }
span { border-color: rgb(195,48,238); }
td.TdClassName
{
border-color: #C330EE;
}
.TagClassName
{
border-color: #C330EE;
}
</style>