Shades of Medium Orchid #C13FDA
Tints of Medium Orchid #C13FDA
RGB
CMYK
RGB Variations
Color information
#C13FDA (or 0xC13FDA) is known color: Medium Orchid. HEX triplet: C1, 3F and DA. RGB value is (193,63,218). Sum of RGB (Red+Green+Blue) = 193+63+218=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #C13FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FDA is #3EC025. Grayscale: #777777. Windows color (decimal): -4112422 or 14303169. OLE color: 14303169.
HSL color Cylindrical-coordinate representation of color #C13FDA: hue angle of 290.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13FDA is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 63 | 218 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.15 |
| HSL | 290.32º | 0.68% | 0.55% | - |
| HSV(B) | 290.32º | 0.71% | 0.85% | - |
| XYZ | 36.42 | 19.95 | 68.26 | - |
| YUV | 119.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 218 | 0.11 | 0.71 | 0 | 0.15 | 290.32 | 0.68 | 0.55 |
| Hex | C1 | 3F | DA | B | 47 | 0 | F | 122 | 44 | 37 |
| Octal | 301 | 77 | 332 | 13 | 107 | 0 | 17 | 442 | 104 | 67 |
| Binary | 11000001 | 111111 | 11011010 | 1011 | 1000111 | 0 | 1111 | 100100010 | 1000100 | 110111 |
Color Harmonies of #C13FDA
Complementary color
Monochromatic Colors of #C13FDA
Black with #C13FDA
Text Example
Text Example
White with #C13FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FDA; }
p { color: rgb(193,63,218); }
H1.HeaderClassName
{
color: #C13FDA;
}
.AnyTagClassName
{
color: #C13FDA;
}
</style>
background-color css
<style>
a { background-color: #C13FDA; }
a { background-color: rgb(193,63,218); }
div.DivClassName
{
background-color: #C13FDA;
}
.BgClassName
{
background-color: #C13FDA;
}
</style>
border-color css
<style>
span { border-color: #C13FDA; }
span { border-color: rgb(193,63,218); }
td.TdClassName
{
border-color: #C13FDA;
}
.TagClassName
{
border-color: #C13FDA;
}
</style>