Shades of Medium Orchid #C13FFD
Tints of Medium Orchid #C13FFD
RGB
CMYK
RGB Variations
Color information
#C13FFD (or 0xC13FFD) is known color: Medium Orchid. HEX triplet: C1, 3F and FD. RGB value is (193,63,253). Sum of RGB (Red+Green+Blue) = 193+63+253=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #C13FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FFD is #3EC002. Grayscale: #7A7A7A. Windows color (decimal): -4112387 or 16596929. OLE color: 16596929.
HSL color Cylindrical-coordinate representation of color #C13FFD: hue angle of 281.05º degrees, saturation: 0.98, 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 #C13FFD is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 63 | 253 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.01 |
| HSL | 281.05º | 0.98% | 0.62% | - |
| HSV(B) | 281.05º | 0.75% | 0.99% | - |
| XYZ | 41.5 | 21.98 | 94.98 | - |
| YUV | 123.53 | 201.07 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 253 | 0.24 | 0.75 | 0 | 0.01 | 281.05 | 0.98 | 0.62 |
| Hex | C1 | 3F | FD | 18 | 4B | 0 | 1 | 119 | 62 | 3E |
| Octal | 301 | 77 | 375 | 30 | 113 | 0 | 1 | 431 | 142 | 76 |
| Binary | 11000001 | 111111 | 11111101 | 11000 | 1001011 | 0 | 1 | 100011001 | 1100010 | 111110 |
Color Harmonies of #C13FFD
Complementary color
Monochromatic Colors of #C13FFD
Black with #C13FFD
Text Example
Text Example
White with #C13FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FFD; }
p { color: rgb(193,63,253); }
H1.HeaderClassName
{
color: #C13FFD;
}
.AnyTagClassName
{
color: #C13FFD;
}
</style>
background-color css
<style>
a { background-color: #C13FFD; }
a { background-color: rgb(193,63,253); }
div.DivClassName
{
background-color: #C13FFD;
}
.BgClassName
{
background-color: #C13FFD;
}
</style>
border-color css
<style>
span { border-color: #C13FFD; }
span { border-color: rgb(193,63,253); }
td.TdClassName
{
border-color: #C13FFD;
}
.TagClassName
{
border-color: #C13FFD;
}
</style>