Shades of Medium Orchid #C13CF9
Tints of Medium Orchid #C13CF9
RGB
CMYK
RGB Variations
Color information
#C13CF9 (or 0xC13CF9) is known color: Medium Orchid. HEX triplet: C1, 3C and F9. RGB value is (193,60,249). Sum of RGB (Red+Green+Blue) = 193+60+249=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #C13CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CF9 is #3EC306. Grayscale: #787878. Windows color (decimal): -4113159 or 16334017. OLE color: 16334017.
HSL color Cylindrical-coordinate representation of color #C13CF9: hue angle of 282.22º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13CF9 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 60 | 249 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.02 |
| HSL | 282.22º | 0.94% | 0.61% | - |
| HSV(B) | 282.22º | 0.76% | 0.98% | - |
| XYZ | 40.71 | 21.41 | 91.61 | - |
| YUV | 121.31 | 200.06 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 249 | 0.22 | 0.76 | 0 | 0.02 | 282.22 | 0.94 | 0.61 |
| Hex | C1 | 3C | F9 | 16 | 4C | 0 | 2 | 11A | 5E | 3D |
| Octal | 301 | 74 | 371 | 26 | 114 | 0 | 2 | 432 | 136 | 75 |
| Binary | 11000001 | 111100 | 11111001 | 10110 | 1001100 | 0 | 10 | 100011010 | 1011110 | 111101 |
Color Harmonies of #C13CF9
Complementary color
Monochromatic Colors of #C13CF9
Black with #C13CF9
Text Example
Text Example
White with #C13CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CF9; }
p { color: rgb(193,60,249); }
H1.HeaderClassName
{
color: #C13CF9;
}
.AnyTagClassName
{
color: #C13CF9;
}
</style>
background-color css
<style>
a { background-color: #C13CF9; }
a { background-color: rgb(193,60,249); }
div.DivClassName
{
background-color: #C13CF9;
}
.BgClassName
{
background-color: #C13CF9;
}
</style>
border-color css
<style>
span { border-color: #C13CF9; }
span { border-color: rgb(193,60,249); }
td.TdClassName
{
border-color: #C13CF9;
}
.TagClassName
{
border-color: #C13CF9;
}
</style>