Shades of Medium Orchid #C15EEF
Tints of Medium Orchid #C15EEF
RGB
CMYK
RGB Variations
Color information
#C15EEF (or 0xC15EEF) is known color: Medium Orchid. HEX triplet: C1, 5E and EF. RGB value is (193,94,239). Sum of RGB (Red+Green+Blue) = 193+94+239=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #C15EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EEF is #3EA110. Grayscale: #8B8B8B. Windows color (decimal): -4104465 or 15687361. OLE color: 15687361.
HSL color Cylindrical-coordinate representation of color #C15EEF: hue angle of 280.97º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15EEF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 94 | 239 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.06 |
| HSL | 280.97º | 0.82% | 0.65% | - |
| HSV(B) | 280.97º | 0.61% | 0.94% | - |
| XYZ | 41.58 | 25.57 | 84.41 | - |
| YUV | 140.13 | 183.8 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 239 | 0.19 | 0.61 | 0 | 0.06 | 280.97 | 0.82 | 0.65 |
| Hex | C1 | 5E | EF | 13 | 3D | 0 | 6 | 119 | 52 | 41 |
| Octal | 301 | 136 | 357 | 23 | 75 | 0 | 6 | 431 | 122 | 101 |
| Binary | 11000001 | 1011110 | 11101111 | 10011 | 111101 | 0 | 110 | 100011001 | 1010010 | 1000001 |
Color Harmonies of #C15EEF
Complementary color
Monochromatic Colors of #C15EEF
Black with #C15EEF
Text Example
Text Example
White with #C15EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EEF; }
p { color: rgb(193,94,239); }
H1.HeaderClassName
{
color: #C15EEF;
}
.AnyTagClassName
{
color: #C15EEF;
}
</style>
background-color css
<style>
a { background-color: #C15EEF; }
a { background-color: rgb(193,94,239); }
div.DivClassName
{
background-color: #C15EEF;
}
.BgClassName
{
background-color: #C15EEF;
}
</style>
border-color css
<style>
span { border-color: #C15EEF; }
span { border-color: rgb(193,94,239); }
td.TdClassName
{
border-color: #C15EEF;
}
.TagClassName
{
border-color: #C15EEF;
}
</style>