Shades of Medium Orchid #C13EFC
Tints of Medium Orchid #C13EFC
RGB
CMYK
RGB Variations
Color information
#C13EFC (or 0xC13EFC) is known color: Medium Orchid. HEX triplet: C1, 3E and FC. RGB value is (193,62,252). Sum of RGB (Red+Green+Blue) = 193+62+252=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #C13EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13EFC is #3EC103. Grayscale: #7A7A7A. Windows color (decimal): -4112644 or 16531137. OLE color: 16531137.
HSL color Cylindrical-coordinate representation of color #C13EFC: hue angle of 281.37º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13EFC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 62 | 252 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.01 |
| HSL | 281.37º | 0.97% | 0.62% | - |
| HSV(B) | 281.37º | 0.75% | 0.99% | - |
| XYZ | 41.29 | 21.81 | 94.13 | - |
| YUV | 122.83 | 200.9 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 252 | 0.23 | 0.75 | 0 | 0.01 | 281.37 | 0.97 | 0.62 |
| Hex | C1 | 3E | FC | 17 | 4B | 0 | 1 | 119 | 61 | 3E |
| Octal | 301 | 76 | 374 | 27 | 113 | 0 | 1 | 431 | 141 | 76 |
| Binary | 11000001 | 111110 | 11111100 | 10111 | 1001011 | 0 | 1 | 100011001 | 1100001 | 111110 |
Color Harmonies of #C13EFC
Complementary color
Monochromatic Colors of #C13EFC
Black with #C13EFC
Text Example
Text Example
White with #C13EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EFC; }
p { color: rgb(193,62,252); }
H1.HeaderClassName
{
color: #C13EFC;
}
.AnyTagClassName
{
color: #C13EFC;
}
</style>
background-color css
<style>
a { background-color: #C13EFC; }
a { background-color: rgb(193,62,252); }
div.DivClassName
{
background-color: #C13EFC;
}
.BgClassName
{
background-color: #C13EFC;
}
</style>
border-color css
<style>
span { border-color: #C13EFC; }
span { border-color: rgb(193,62,252); }
td.TdClassName
{
border-color: #C13EFC;
}
.TagClassName
{
border-color: #C13EFC;
}
</style>