Shades of Medium Orchid #C25ECE
Tints of Medium Orchid #C25ECE
RGB
CMYK
RGB Variations
Color information
#C25ECE (or 0xC25ECE) is known color: Medium Orchid. HEX triplet: C2, 5E and CE. RGB value is (194,94,206). Sum of RGB (Red+Green+Blue) = 194+94+206=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #C25ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ECE is #3DA131. Grayscale: #888888. Windows color (decimal): -4038962 or 13524674. OLE color: 13524674.
HSL color Cylindrical-coordinate representation of color #C25ECE: hue angle of 293.57º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25ECE is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 94 | 206 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.19 |
| HSL | 293.57º | 0.53% | 0.59% | - |
| HSV(B) | 293.57º | 0.54% | 0.81% | - |
| XYZ | 37.39 | 23.93 | 61.04 | - |
| YUV | 136.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 206 | 0.06 | 0.54 | 0 | 0.19 | 293.57 | 0.53 | 0.59 |
| Hex | C2 | 5E | CE | 6 | 36 | 0 | 13 | 126 | 35 | 3B |
| Octal | 302 | 136 | 316 | 6 | 66 | 0 | 23 | 446 | 65 | 73 |
| Binary | 11000010 | 1011110 | 11001110 | 110 | 110110 | 0 | 10011 | 100100110 | 110101 | 111011 |
Color Harmonies of #C25ECE
Complementary color
Monochromatic Colors of #C25ECE
Black with #C25ECE
Text Example
Text Example
White with #C25ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ECE; }
p { color: rgb(194,94,206); }
H1.HeaderClassName
{
color: #C25ECE;
}
.AnyTagClassName
{
color: #C25ECE;
}
</style>
background-color css
<style>
a { background-color: #C25ECE; }
a { background-color: rgb(194,94,206); }
div.DivClassName
{
background-color: #C25ECE;
}
.BgClassName
{
background-color: #C25ECE;
}
</style>
border-color css
<style>
span { border-color: #C25ECE; }
span { border-color: rgb(194,94,206); }
td.TdClassName
{
border-color: #C25ECE;
}
.TagClassName
{
border-color: #C25ECE;
}
</style>