Shades of Medium Orchid #C151EE
Tints of Medium Orchid #C151EE
RGB
CMYK
RGB Variations
Color information
#C151EE (or 0xC151EE) is known color: Medium Orchid. HEX triplet: C1, 51 and EE. RGB value is (193,81,238). Sum of RGB (Red+Green+Blue) = 193+81+238=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #C151EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C151EE is #3EAE11. Grayscale: #838383. Windows color (decimal): -4107794 or 15618497. OLE color: 15618497.
HSL color Cylindrical-coordinate representation of color #C151EE: hue angle of 282.8º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C151EE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 81 | 238 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.07 |
| HSL | 282.8º | 0.82% | 0.63% | - |
| HSV(B) | 282.8º | 0.66% | 0.93% | - |
| XYZ | 40.37 | 23.4 | 83.28 | - |
| YUV | 132.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 238 | 0.19 | 0.66 | 0 | 0.07 | 282.8 | 0.82 | 0.63 |
| Hex | C1 | 51 | EE | 13 | 42 | 0 | 7 | 11B | 52 | 3F |
| Octal | 301 | 121 | 356 | 23 | 102 | 0 | 7 | 433 | 122 | 77 |
| Binary | 11000001 | 1010001 | 11101110 | 10011 | 1000010 | 0 | 111 | 100011011 | 1010010 | 111111 |
Color Harmonies of #C151EE
Complementary color
Monochromatic Colors of #C151EE
Black with #C151EE
Text Example
Text Example
White with #C151EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151EE; }
p { color: rgb(193,81,238); }
H1.HeaderClassName
{
color: #C151EE;
}
.AnyTagClassName
{
color: #C151EE;
}
</style>
background-color css
<style>
a { background-color: #C151EE; }
a { background-color: rgb(193,81,238); }
div.DivClassName
{
background-color: #C151EE;
}
.BgClassName
{
background-color: #C151EE;
}
</style>
border-color css
<style>
span { border-color: #C151EE; }
span { border-color: rgb(193,81,238); }
td.TdClassName
{
border-color: #C151EE;
}
.TagClassName
{
border-color: #C151EE;
}
</style>