Shades of Medium Orchid #C25ECC
Tints of Medium Orchid #C25ECC
RGB
CMYK
RGB Variations
Color information
#C25ECC (or 0xC25ECC) is known color: Medium Orchid. HEX triplet: C2, 5E and CC. RGB value is (194,94,204). Sum of RGB (Red+Green+Blue) = 194+94+204=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #C25ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ECC is #3DA133. Grayscale: #888888. Windows color (decimal): -4038964 or 13393602. OLE color: 13393602.
HSL color Cylindrical-coordinate representation of color #C25ECC: hue angle of 294.55º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25ECC is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 94 | 204 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.2 |
| HSL | 294.55º | 0.52% | 0.58% | - |
| HSV(B) | 294.55º | 0.54% | 0.8% | - |
| XYZ | 37.15 | 23.83 | 59.77 | - |
| YUV | 136.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 204 | 0.05 | 0.54 | 0 | 0.2 | 294.55 | 0.52 | 0.58 |
| Hex | C2 | 5E | CC | 5 | 36 | 0 | 14 | 127 | 34 | 3A |
| Octal | 302 | 136 | 314 | 5 | 66 | 0 | 24 | 447 | 64 | 72 |
| Binary | 11000010 | 1011110 | 11001100 | 101 | 110110 | 0 | 10100 | 100100111 | 110100 | 111010 |
Color Harmonies of #C25ECC
Complementary color
Monochromatic Colors of #C25ECC
Black with #C25ECC
Text Example
Text Example
White with #C25ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ECC; }
p { color: rgb(194,94,204); }
H1.HeaderClassName
{
color: #C25ECC;
}
.AnyTagClassName
{
color: #C25ECC;
}
</style>
background-color css
<style>
a { background-color: #C25ECC; }
a { background-color: rgb(194,94,204); }
div.DivClassName
{
background-color: #C25ECC;
}
.BgClassName
{
background-color: #C25ECC;
}
</style>
border-color css
<style>
span { border-color: #C25ECC; }
span { border-color: rgb(194,94,204); }
td.TdClassName
{
border-color: #C25ECC;
}
.TagClassName
{
border-color: #C25ECC;
}
</style>