Shades of Medium Orchid #C15EEA
Tints of Medium Orchid #C15EEA
RGB
CMYK
RGB Variations
Color information
#C15EEA (or 0xC15EEA) is known color: Medium Orchid. HEX triplet: C1, 5E and EA. RGB value is (193,94,234). Sum of RGB (Red+Green+Blue) = 193+94+234=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #C15EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EEA is #3EA115. Grayscale: #8B8B8B. Windows color (decimal): -4104470 or 15359681. OLE color: 15359681.
HSL color Cylindrical-coordinate representation of color #C15EEA: hue angle of 282.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C15EEA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 94 | 234 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.08 |
| HSL | 282.43º | 0.77% | 0.64% | - |
| HSV(B) | 282.43º | 0.6% | 0.92% | - |
| XYZ | 40.85 | 25.28 | 80.57 | - |
| YUV | 139.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 234 | 0.18 | 0.60 | 0 | 0.08 | 282.43 | 0.77 | 0.64 |
| Hex | C1 | 5E | EA | 12 | 3C | 0 | 8 | 11A | 4D | 40 |
| Octal | 301 | 136 | 352 | 22 | 74 | 0 | 10 | 432 | 115 | 100 |
| Binary | 11000001 | 1011110 | 11101010 | 10010 | 111100 | 0 | 1000 | 100011010 | 1001101 | 1000000 |
Color Harmonies of #C15EEA
Complementary color
Monochromatic Colors of #C15EEA
Black with #C15EEA
Text Example
Text Example
White with #C15EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EEA; }
p { color: rgb(193,94,234); }
H1.HeaderClassName
{
color: #C15EEA;
}
.AnyTagClassName
{
color: #C15EEA;
}
</style>
background-color css
<style>
a { background-color: #C15EEA; }
a { background-color: rgb(193,94,234); }
div.DivClassName
{
background-color: #C15EEA;
}
.BgClassName
{
background-color: #C15EEA;
}
</style>
border-color css
<style>
span { border-color: #C15EEA; }
span { border-color: rgb(193,94,234); }
td.TdClassName
{
border-color: #C15EEA;
}
.TagClassName
{
border-color: #C15EEA;
}
</style>