Shades of Medium Orchid #C13CD2
Tints of Medium Orchid #C13CD2
RGB
CMYK
RGB Variations
Color information
#C13CD2 (or 0xC13CD2) is known color: Medium Orchid. HEX triplet: C1, 3C and D2. RGB value is (193,60,210). Sum of RGB (Red+Green+Blue) = 193+60+210=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #C13CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CD2 is #3EC32D. Grayscale: #747474. Windows color (decimal): -4113198 or 13778113. OLE color: 13778113.
HSL color Cylindrical-coordinate representation of color #C13CD2: hue angle of 293.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13CD2 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 60 | 210 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.18 |
| HSL | 293.2º | 0.63% | 0.53% | - |
| HSV(B) | 293.2º | 0.71% | 0.82% | - |
| XYZ | 35.24 | 19.22 | 62.83 | - |
| YUV | 116.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 210 | 0.08 | 0.71 | 0 | 0.18 | 293.2 | 0.63 | 0.53 |
| Hex | C1 | 3C | D2 | 8 | 47 | 0 | 12 | 125 | 3E | 35 |
| Octal | 301 | 74 | 322 | 10 | 107 | 0 | 22 | 445 | 76 | 65 |
| Binary | 11000001 | 111100 | 11010010 | 1000 | 1000111 | 0 | 10010 | 100100101 | 111110 | 110101 |
Color Harmonies of #C13CD2
Complementary color
Monochromatic Colors of #C13CD2
Black with #C13CD2
Text Example
Text Example
White with #C13CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CD2; }
p { color: rgb(193,60,210); }
H1.HeaderClassName
{
color: #C13CD2;
}
.AnyTagClassName
{
color: #C13CD2;
}
</style>
background-color css
<style>
a { background-color: #C13CD2; }
a { background-color: rgb(193,60,210); }
div.DivClassName
{
background-color: #C13CD2;
}
.BgClassName
{
background-color: #C13CD2;
}
</style>
border-color css
<style>
span { border-color: #C13CD2; }
span { border-color: rgb(193,60,210); }
td.TdClassName
{
border-color: #C13CD2;
}
.TagClassName
{
border-color: #C13CD2;
}
</style>