Shades of Medium Orchid #C13DFE
Tints of Medium Orchid #C13DFE
RGB
CMYK
RGB Variations
Color information
#C13DFE (or 0xC13DFE) is known color: Medium Orchid. HEX triplet: C1, 3D and FE. RGB value is (193,61,254). Sum of RGB (Red+Green+Blue) = 193+61+254=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 61 (24.22% from 255 or 12.01% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #C13DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13DFE is #3EC201. Grayscale: #797979. Windows color (decimal): -4112898 or 16661953. OLE color: 16661953.
HSL color Cylindrical-coordinate representation of color #C13DFE: hue angle of 281.04º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13DFE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 61 | 254 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.00 |
| HSL | 281.04º | 0.99% | 0.62% | - |
| HSV(B) | 281.04º | 0.76% | 1% | - |
| XYZ | 41.55 | 21.83 | 95.79 | - |
| YUV | 122.47 | 202.23 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 254 | 0.24 | 0.76 | 0 | 0.00 | 281.04 | 0.99 | 0.62 |
| Hex | C1 | 3D | FE | 18 | 4C | 0 | 0 | 119 | 63 | 3E |
| Octal | 301 | 75 | 376 | 30 | 114 | 0 | 0 | 431 | 143 | 76 |
| Binary | 11000001 | 111101 | 11111110 | 11000 | 1001100 | 0 | 0 | 100011001 | 1100011 | 111110 |
Color Harmonies of #C13DFE
Complementary color
Monochromatic Colors of #C13DFE
Black with #C13DFE
Text Example
Text Example
White with #C13DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DFE; }
p { color: rgb(193,61,254); }
H1.HeaderClassName
{
color: #C13DFE;
}
.AnyTagClassName
{
color: #C13DFE;
}
</style>
background-color css
<style>
a { background-color: #C13DFE; }
a { background-color: rgb(193,61,254); }
div.DivClassName
{
background-color: #C13DFE;
}
.BgClassName
{
background-color: #C13DFE;
}
</style>
border-color css
<style>
span { border-color: #C13DFE; }
span { border-color: rgb(193,61,254); }
td.TdClassName
{
border-color: #C13DFE;
}
.TagClassName
{
border-color: #C13DFE;
}
</style>