Shades of Medium Orchid #C13EDA
Tints of Medium Orchid #C13EDA
RGB
CMYK
RGB Variations
Color information
#C13EDA (or 0xC13EDA) is known color: Medium Orchid. HEX triplet: C1, 3E and DA. RGB value is (193,62,218). Sum of RGB (Red+Green+Blue) = 193+62+218=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #C13EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EDA is #3EC125. Grayscale: #767676. Windows color (decimal): -4112678 or 14302913. OLE color: 14302913.
HSL color Cylindrical-coordinate representation of color #C13EDA: hue angle of 290.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13EDA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 62 | 218 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.15 |
| HSL | 290.38º | 0.68% | 0.55% | - |
| HSV(B) | 290.38º | 0.72% | 0.85% | - |
| XYZ | 36.37 | 19.84 | 68.24 | - |
| YUV | 118.95 | 183.9 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 218 | 0.11 | 0.72 | 0 | 0.15 | 290.38 | 0.68 | 0.55 |
| Hex | C1 | 3E | DA | B | 48 | 0 | F | 122 | 44 | 37 |
| Octal | 301 | 76 | 332 | 13 | 110 | 0 | 17 | 442 | 104 | 67 |
| Binary | 11000001 | 111110 | 11011010 | 1011 | 1001000 | 0 | 1111 | 100100010 | 1000100 | 110111 |
Color Harmonies of #C13EDA
Complementary color
Monochromatic Colors of #C13EDA
Black with #C13EDA
Text Example
Text Example
White with #C13EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EDA; }
p { color: rgb(193,62,218); }
H1.HeaderClassName
{
color: #C13EDA;
}
.AnyTagClassName
{
color: #C13EDA;
}
</style>
background-color css
<style>
a { background-color: #C13EDA; }
a { background-color: rgb(193,62,218); }
div.DivClassName
{
background-color: #C13EDA;
}
.BgClassName
{
background-color: #C13EDA;
}
</style>
border-color css
<style>
span { border-color: #C13EDA; }
span { border-color: rgb(193,62,218); }
td.TdClassName
{
border-color: #C13EDA;
}
.TagClassName
{
border-color: #C13EDA;
}
</style>