Shades of Medium Orchid #C15EDA
Tints of Medium Orchid #C15EDA
RGB
CMYK
RGB Variations
Color information
#C15EDA (or 0xC15EDA) is known color: Medium Orchid. HEX triplet: C1, 5E and DA. RGB value is (193,94,218). Sum of RGB (Red+Green+Blue) = 193+94+218=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #C15EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EDA is #3EA125. Grayscale: #898989. Windows color (decimal): -4104486 or 14311105. OLE color: 14311105.
HSL color Cylindrical-coordinate representation of color #C15EDA: hue angle of 287.9º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15EDA is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 94 | 218 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.15 |
| HSL | 287.9º | 0.63% | 0.61% | - |
| HSV(B) | 287.9º | 0.57% | 0.85% | - |
| XYZ | 38.65 | 24.4 | 69 | - |
| YUV | 137.74 | 173.3 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 218 | 0.11 | 0.57 | 0 | 0.15 | 287.9 | 0.63 | 0.61 |
| Hex | C1 | 5E | DA | B | 39 | 0 | F | 120 | 3F | 3D |
| Octal | 301 | 136 | 332 | 13 | 71 | 0 | 17 | 440 | 77 | 75 |
| Binary | 11000001 | 1011110 | 11011010 | 1011 | 111001 | 0 | 1111 | 100100000 | 111111 | 111101 |
Color Harmonies of #C15EDA
Complementary color
Monochromatic Colors of #C15EDA
Black with #C15EDA
Text Example
Text Example
White with #C15EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EDA; }
p { color: rgb(193,94,218); }
H1.HeaderClassName
{
color: #C15EDA;
}
.AnyTagClassName
{
color: #C15EDA;
}
</style>
background-color css
<style>
a { background-color: #C15EDA; }
a { background-color: rgb(193,94,218); }
div.DivClassName
{
background-color: #C15EDA;
}
.BgClassName
{
background-color: #C15EDA;
}
</style>
border-color css
<style>
span { border-color: #C15EDA; }
span { border-color: rgb(193,94,218); }
td.TdClassName
{
border-color: #C15EDA;
}
.TagClassName
{
border-color: #C15EDA;
}
</style>