Shades of Medium Orchid #C13DCE
Tints of Medium Orchid #C13DCE
RGB
CMYK
RGB Variations
Color information
#C13DCE (or 0xC13DCE) is known color: Medium Orchid. HEX triplet: C1, 3D and CE. RGB value is (193,61,206). Sum of RGB (Red+Green+Blue) = 193+61+206=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #C13DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DCE is #3EC231. Grayscale: #747474. Windows color (decimal): -4112946 or 13516225. OLE color: 13516225.
HSL color Cylindrical-coordinate representation of color #C13DCE: hue angle of 294.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13DCE is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 61 | 206 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.19 |
| HSL | 294.62º | 0.6% | 0.52% | - |
| HSV(B) | 294.62º | 0.7% | 0.81% | - |
| XYZ | 34.8 | 19.13 | 60.25 | - |
| YUV | 117 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 206 | 0.06 | 0.70 | 0 | 0.19 | 294.62 | 0.6 | 0.52 |
| Hex | C1 | 3D | CE | 6 | 46 | 0 | 13 | 127 | 3C | 34 |
| Octal | 301 | 75 | 316 | 6 | 106 | 0 | 23 | 447 | 74 | 64 |
| Binary | 11000001 | 111101 | 11001110 | 110 | 1000110 | 0 | 10011 | 100100111 | 111100 | 110100 |
Color Harmonies of #C13DCE
Complementary color
Monochromatic Colors of #C13DCE
Black with #C13DCE
Text Example
Text Example
White with #C13DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DCE; }
p { color: rgb(193,61,206); }
H1.HeaderClassName
{
color: #C13DCE;
}
.AnyTagClassName
{
color: #C13DCE;
}
</style>
background-color css
<style>
a { background-color: #C13DCE; }
a { background-color: rgb(193,61,206); }
div.DivClassName
{
background-color: #C13DCE;
}
.BgClassName
{
background-color: #C13DCE;
}
</style>
border-color css
<style>
span { border-color: #C13DCE; }
span { border-color: rgb(193,61,206); }
td.TdClassName
{
border-color: #C13DCE;
}
.TagClassName
{
border-color: #C13DCE;
}
</style>