Shades of Medium Orchid #C13CFF
Tints of Medium Orchid #C13CFF
RGB
CMYK
RGB Variations
Color information
#C13CFF (or 0xC13CFF) is known color: Medium Orchid. HEX triplet: C1, 3C and FF. RGB value is (193,60,255). Sum of RGB (Red+Green+Blue) = 193+60+255=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #C13CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CFF is #3EC300. Grayscale: #797979. Windows color (decimal): -4113153 or 16727233. OLE color: 16727233.
HSL color Cylindrical-coordinate representation of color #C13CFF: hue angle of 280.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13CFF is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 60 | 255 | - |
| CMYK | 0.24 | 0.76 | 0 | 0 |
| HSL | 280.92º | 1% | 0.62% | - |
| HSV(B) | 280.92º | 0.76% | 1% | - |
| XYZ | 41.66 | 21.79 | 96.62 | - |
| YUV | 122 | 203.06 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 255 | 0.24 | 0.76 | 0 | 0 | 280.92 | 1 | 0.62 |
| Hex | C1 | 3C | FF | 18 | 4C | 0 | 0 | 119 | 64 | 3E |
| Octal | 301 | 74 | 377 | 30 | 114 | 0 | 0 | 431 | 144 | 76 |
| Binary | 11000001 | 111100 | 11111111 | 11000 | 1001100 | 0 | 0 | 100011001 | 1100100 | 111110 |
Color Harmonies of #C13CFF
Complementary color
Monochromatic Colors of #C13CFF
Black with #C13CFF
Text Example
Text Example
White with #C13CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CFF; }
p { color: rgb(193,60,255); }
H1.HeaderClassName
{
color: #C13CFF;
}
.AnyTagClassName
{
color: #C13CFF;
}
</style>
background-color css
<style>
a { background-color: #C13CFF; }
a { background-color: rgb(193,60,255); }
div.DivClassName
{
background-color: #C13CFF;
}
.BgClassName
{
background-color: #C13CFF;
}
</style>
border-color css
<style>
span { border-color: #C13CFF; }
span { border-color: rgb(193,60,255); }
td.TdClassName
{
border-color: #C13CFF;
}
.TagClassName
{
border-color: #C13CFF;
}
</style>