Shades of Medium Orchid #C13FDC
Tints of Medium Orchid #C13FDC
RGB
CMYK
RGB Variations
Color information
#C13FDC (or 0xC13FDC) is known color: Medium Orchid. HEX triplet: C1, 3F and DC. RGB value is (193,63,220). Sum of RGB (Red+Green+Blue) = 193+63+220=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #C13FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FDC is #3EC023. Grayscale: #777777. Windows color (decimal): -4112420 or 14434241. OLE color: 14434241.
HSL color Cylindrical-coordinate representation of color #C13FDC: hue angle of 289.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13FDC is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 63 | 220 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.14 |
| HSL | 289.68º | 0.69% | 0.55% | - |
| HSV(B) | 289.68º | 0.71% | 0.86% | - |
| XYZ | 36.69 | 20.06 | 69.65 | - |
| YUV | 119.77 | 184.57 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 220 | 0.12 | 0.71 | 0 | 0.14 | 289.68 | 0.69 | 0.55 |
| Hex | C1 | 3F | DC | C | 47 | 0 | E | 122 | 45 | 37 |
| Octal | 301 | 77 | 334 | 14 | 107 | 0 | 16 | 442 | 105 | 67 |
| Binary | 11000001 | 111111 | 11011100 | 1100 | 1000111 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #C13FDC
Complementary color
Monochromatic Colors of #C13FDC
Black with #C13FDC
Text Example
Text Example
White with #C13FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FDC; }
p { color: rgb(193,63,220); }
H1.HeaderClassName
{
color: #C13FDC;
}
.AnyTagClassName
{
color: #C13FDC;
}
</style>
background-color css
<style>
a { background-color: #C13FDC; }
a { background-color: rgb(193,63,220); }
div.DivClassName
{
background-color: #C13FDC;
}
.BgClassName
{
background-color: #C13FDC;
}
</style>
border-color css
<style>
span { border-color: #C13FDC; }
span { border-color: rgb(193,63,220); }
td.TdClassName
{
border-color: #C13FDC;
}
.TagClassName
{
border-color: #C13FDC;
}
</style>