Shades of Medium Orchid #C13FFB
Tints of Medium Orchid #C13FFB
RGB
CMYK
RGB Variations
Color information
#C13FFB (or 0xC13FFB) is known color: Medium Orchid. HEX triplet: C1, 3F and FB. RGB value is (193,63,251). Sum of RGB (Red+Green+Blue) = 193+63+251=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #C13FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FFB is #3EC004. Grayscale: #7A7A7A. Windows color (decimal): -4112389 or 16465857. OLE color: 16465857.
HSL color Cylindrical-coordinate representation of color #C13FFB: hue angle of 281.49º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13FFB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 63 | 251 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.02 |
| HSL | 281.49º | 0.96% | 0.62% | - |
| HSV(B) | 281.49º | 0.75% | 0.98% | - |
| XYZ | 41.18 | 21.86 | 93.32 | - |
| YUV | 123.3 | 200.07 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 251 | 0.23 | 0.75 | 0 | 0.02 | 281.49 | 0.96 | 0.62 |
| Hex | C1 | 3F | FB | 17 | 4B | 0 | 2 | 119 | 60 | 3E |
| Octal | 301 | 77 | 373 | 27 | 113 | 0 | 2 | 431 | 140 | 76 |
| Binary | 11000001 | 111111 | 11111011 | 10111 | 1001011 | 0 | 10 | 100011001 | 1100000 | 111110 |
Color Harmonies of #C13FFB
Complementary color
Monochromatic Colors of #C13FFB
Black with #C13FFB
Text Example
Text Example
White with #C13FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FFB; }
p { color: rgb(193,63,251); }
H1.HeaderClassName
{
color: #C13FFB;
}
.AnyTagClassName
{
color: #C13FFB;
}
</style>
background-color css
<style>
a { background-color: #C13FFB; }
a { background-color: rgb(193,63,251); }
div.DivClassName
{
background-color: #C13FFB;
}
.BgClassName
{
background-color: #C13FFB;
}
</style>
border-color css
<style>
span { border-color: #C13FFB; }
span { border-color: rgb(193,63,251); }
td.TdClassName
{
border-color: #C13FFB;
}
.TagClassName
{
border-color: #C13FFB;
}
</style>