Shades of Medium Orchid #C15EEE
Tints of Medium Orchid #C15EEE
RGB
CMYK
RGB Variations
Color information
#C15EEE (or 0xC15EEE) is known color: Medium Orchid. HEX triplet: C1, 5E and EE. RGB value is (193,94,238). Sum of RGB (Red+Green+Blue) = 193+94+238=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #C15EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EEE is #3EA111. Grayscale: #8B8B8B. Windows color (decimal): -4104466 or 15621825. OLE color: 15621825.
HSL color Cylindrical-coordinate representation of color #C15EEE: hue angle of 281.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15EEE is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 94 | 238 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.07 |
| HSL | 281.25º | 0.81% | 0.65% | - |
| HSV(B) | 281.25º | 0.61% | 0.93% | - |
| XYZ | 41.43 | 25.52 | 83.63 | - |
| YUV | 140.02 | 183.3 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 238 | 0.19 | 0.61 | 0 | 0.07 | 281.25 | 0.81 | 0.65 |
| Hex | C1 | 5E | EE | 13 | 3D | 0 | 7 | 119 | 51 | 41 |
| Octal | 301 | 136 | 356 | 23 | 75 | 0 | 7 | 431 | 121 | 101 |
| Binary | 11000001 | 1011110 | 11101110 | 10011 | 111101 | 0 | 111 | 100011001 | 1010001 | 1000001 |
Color Harmonies of #C15EEE
Complementary color
Monochromatic Colors of #C15EEE
Black with #C15EEE
Text Example
Text Example
White with #C15EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EEE; }
p { color: rgb(193,94,238); }
H1.HeaderClassName
{
color: #C15EEE;
}
.AnyTagClassName
{
color: #C15EEE;
}
</style>
background-color css
<style>
a { background-color: #C15EEE; }
a { background-color: rgb(193,94,238); }
div.DivClassName
{
background-color: #C15EEE;
}
.BgClassName
{
background-color: #C15EEE;
}
</style>
border-color css
<style>
span { border-color: #C15EEE; }
span { border-color: rgb(193,94,238); }
td.TdClassName
{
border-color: #C15EEE;
}
.TagClassName
{
border-color: #C15EEE;
}
</style>