Shades of Medium Orchid #C13DED
Tints of Medium Orchid #C13DED
RGB
CMYK
RGB Variations
Color information
#C13DED (or 0xC13DED) is known color: Medium Orchid. HEX triplet: C1, 3D and ED. RGB value is (193,61,237). Sum of RGB (Red+Green+Blue) = 193+61+237=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #C13DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13DED is #3EC212. Grayscale: #777777. Windows color (decimal): -4112915 or 15547841. OLE color: 15547841.
HSL color Cylindrical-coordinate representation of color #C13DED: hue angle of 285º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13DED is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 61 | 237 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.07 |
| HSL | 285º | 0.83% | 0.58% | - |
| HSV(B) | 285º | 0.74% | 0.93% | - |
| XYZ | 38.95 | 20.79 | 82.08 | - |
| YUV | 120.53 | 193.73 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 237 | 0.19 | 0.74 | 0 | 0.07 | 285 | 0.83 | 0.58 |
| Hex | C1 | 3D | ED | 13 | 4A | 0 | 7 | 11D | 53 | 3A |
| Octal | 301 | 75 | 355 | 23 | 112 | 0 | 7 | 435 | 123 | 72 |
| Binary | 11000001 | 111101 | 11101101 | 10011 | 1001010 | 0 | 111 | 100011101 | 1010011 | 111010 |
Color Harmonies of #C13DED
Complementary color
Monochromatic Colors of #C13DED
Black with #C13DED
Text Example
Text Example
White with #C13DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DED; }
p { color: rgb(193,61,237); }
H1.HeaderClassName
{
color: #C13DED;
}
.AnyTagClassName
{
color: #C13DED;
}
</style>
background-color css
<style>
a { background-color: #C13DED; }
a { background-color: rgb(193,61,237); }
div.DivClassName
{
background-color: #C13DED;
}
.BgClassName
{
background-color: #C13DED;
}
</style>
border-color css
<style>
span { border-color: #C13DED; }
span { border-color: rgb(193,61,237); }
td.TdClassName
{
border-color: #C13DED;
}
.TagClassName
{
border-color: #C13DED;
}
</style>