Shades of Medium Orchid #C13BFD
Tints of Medium Orchid #C13BFD
RGB
CMYK
RGB Variations
Color information
#C13BFD (or 0xC13BFD) is known color: Medium Orchid. HEX triplet: C1, 3B and FD. RGB value is (193,59,253). Sum of RGB (Red+Green+Blue) = 193+59+253=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #C13BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BFD is #3EC402. Grayscale: #787878. Windows color (decimal): -4113411 or 16595905. OLE color: 16595905.
HSL color Cylindrical-coordinate representation of color #C13BFD: hue angle of 281.44º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C13BFD is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 59 | 253 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.01 |
| HSL | 281.44º | 0.98% | 0.61% | - |
| HSV(B) | 281.44º | 0.77% | 0.99% | - |
| XYZ | 41.29 | 21.56 | 94.91 | - |
| YUV | 121.18 | 202.39 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 253 | 0.24 | 0.77 | 0 | 0.01 | 281.44 | 0.98 | 0.61 |
| Hex | C1 | 3B | FD | 18 | 4D | 0 | 1 | 119 | 62 | 3D |
| Octal | 301 | 73 | 375 | 30 | 115 | 0 | 1 | 431 | 142 | 75 |
| Binary | 11000001 | 111011 | 11111101 | 11000 | 1001101 | 0 | 1 | 100011001 | 1100010 | 111101 |
Color Harmonies of #C13BFD
Complementary color
Monochromatic Colors of #C13BFD
Black with #C13BFD
Text Example
Text Example
White with #C13BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BFD; }
p { color: rgb(193,59,253); }
H1.HeaderClassName
{
color: #C13BFD;
}
.AnyTagClassName
{
color: #C13BFD;
}
</style>
background-color css
<style>
a { background-color: #C13BFD; }
a { background-color: rgb(193,59,253); }
div.DivClassName
{
background-color: #C13BFD;
}
.BgClassName
{
background-color: #C13BFD;
}
</style>
border-color css
<style>
span { border-color: #C13BFD; }
span { border-color: rgb(193,59,253); }
td.TdClassName
{
border-color: #C13BFD;
}
.TagClassName
{
border-color: #C13BFD;
}
</style>