Shades of Medium Orchid #C13CE8
Tints of Medium Orchid #C13CE8
RGB
CMYK
RGB Variations
Color information
#C13CE8 (or 0xC13CE8) is known color: Medium Orchid. HEX triplet: C1, 3C and E8. RGB value is (193,60,232). Sum of RGB (Red+Green+Blue) = 193+60+232=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #C13CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CE8 is #3EC317. Grayscale: #767676. Windows color (decimal): -4113176 or 15219905. OLE color: 15219905.
HSL color Cylindrical-coordinate representation of color #C13CE8: hue angle of 286.4º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13CE8 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 60 | 232 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.09 |
| HSL | 286.4º | 0.79% | 0.57% | - |
| HSV(B) | 286.4º | 0.74% | 0.91% | - |
| XYZ | 38.17 | 20.4 | 78.27 | - |
| YUV | 119.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 232 | 0.17 | 0.74 | 0 | 0.09 | 286.4 | 0.79 | 0.57 |
| Hex | C1 | 3C | E8 | 11 | 4A | 0 | 9 | 11E | 4F | 39 |
| Octal | 301 | 74 | 350 | 21 | 112 | 0 | 11 | 436 | 117 | 71 |
| Binary | 11000001 | 111100 | 11101000 | 10001 | 1001010 | 0 | 1001 | 100011110 | 1001111 | 111001 |
Color Harmonies of #C13CE8
Complementary color
Monochromatic Colors of #C13CE8
Black with #C13CE8
Text Example
Text Example
White with #C13CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CE8; }
p { color: rgb(193,60,232); }
H1.HeaderClassName
{
color: #C13CE8;
}
.AnyTagClassName
{
color: #C13CE8;
}
</style>
background-color css
<style>
a { background-color: #C13CE8; }
a { background-color: rgb(193,60,232); }
div.DivClassName
{
background-color: #C13CE8;
}
.BgClassName
{
background-color: #C13CE8;
}
</style>
border-color css
<style>
span { border-color: #C13CE8; }
span { border-color: rgb(193,60,232); }
td.TdClassName
{
border-color: #C13CE8;
}
.TagClassName
{
border-color: #C13CE8;
}
</style>