Shades of Medium Orchid #C13FFC
Tints of Medium Orchid #C13FFC
RGB
CMYK
RGB Variations
Color information
#C13FFC (or 0xC13FFC) is known color: Medium Orchid. HEX triplet: C1, 3F and FC. RGB value is (193,63,252). Sum of RGB (Red+Green+Blue) = 193+63+252=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #C13FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FFC is #3EC003. Grayscale: #7A7A7A. Windows color (decimal): -4112388 or 16531393. OLE color: 16531393.
HSL color Cylindrical-coordinate representation of color #C13FFC: hue angle of 281.27º 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 #C13FFC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 63 | 252 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.01 |
| HSL | 281.27º | 0.97% | 0.62% | - |
| HSV(B) | 281.27º | 0.75% | 0.99% | - |
| XYZ | 41.34 | 21.92 | 94.15 | - |
| YUV | 123.42 | 200.57 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 252 | 0.23 | 0.75 | 0 | 0.01 | 281.27 | 0.97 | 0.62 |
| Hex | C1 | 3F | FC | 17 | 4B | 0 | 1 | 119 | 61 | 3E |
| Octal | 301 | 77 | 374 | 27 | 113 | 0 | 1 | 431 | 141 | 76 |
| Binary | 11000001 | 111111 | 11111100 | 10111 | 1001011 | 0 | 1 | 100011001 | 1100001 | 111110 |
Color Harmonies of #C13FFC
Complementary color
Monochromatic Colors of #C13FFC
Black with #C13FFC
Text Example
Text Example
White with #C13FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FFC; }
p { color: rgb(193,63,252); }
H1.HeaderClassName
{
color: #C13FFC;
}
.AnyTagClassName
{
color: #C13FFC;
}
</style>
background-color css
<style>
a { background-color: #C13FFC; }
a { background-color: rgb(193,63,252); }
div.DivClassName
{
background-color: #C13FFC;
}
.BgClassName
{
background-color: #C13FFC;
}
</style>
border-color css
<style>
span { border-color: #C13FFC; }
span { border-color: rgb(193,63,252); }
td.TdClassName
{
border-color: #C13FFC;
}
.TagClassName
{
border-color: #C13FFC;
}
</style>