Shades of Medium Orchid #C331EE
Tints of Medium Orchid #C331EE
RGB
CMYK
RGB Variations
Color information
#C331EE (or 0xC331EE) is known color: Medium Orchid. HEX triplet: C3, 31 and EE. RGB value is (195,49,238). Sum of RGB (Red+Green+Blue) = 195+49+238=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #C331EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C331EE is #3CCE11. Grayscale: #717171. Windows color (decimal): -3984914 or 15610307. OLE color: 15610307.
HSL color Cylindrical-coordinate representation of color #C331EE: hue angle of 286.35º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C331EE is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 49 | 238 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.07 |
| HSL | 286.35º | 0.85% | 0.56% | - |
| HSV(B) | 286.35º | 0.79% | 0.93% | - |
| XYZ | 39.04 | 19.97 | 82.69 | - |
| YUV | 114.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 238 | 0.18 | 0.79 | 0 | 0.07 | 286.35 | 0.85 | 0.56 |
| Hex | C3 | 31 | EE | 12 | 4F | 0 | 7 | 11E | 55 | 38 |
| Octal | 303 | 61 | 356 | 22 | 117 | 0 | 7 | 436 | 125 | 70 |
| Binary | 11000011 | 110001 | 11101110 | 10010 | 1001111 | 0 | 111 | 100011110 | 1010101 | 111000 |
Color Harmonies of #C331EE
Complementary color
Monochromatic Colors of #C331EE
Black with #C331EE
Text Example
Text Example
White with #C331EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C331EE; }
p { color: rgb(195,49,238); }
H1.HeaderClassName
{
color: #C331EE;
}
.AnyTagClassName
{
color: #C331EE;
}
</style>
background-color css
<style>
a { background-color: #C331EE; }
a { background-color: rgb(195,49,238); }
div.DivClassName
{
background-color: #C331EE;
}
.BgClassName
{
background-color: #C331EE;
}
</style>
border-color css
<style>
span { border-color: #C331EE; }
span { border-color: rgb(195,49,238); }
td.TdClassName
{
border-color: #C331EE;
}
.TagClassName
{
border-color: #C331EE;
}
</style>