Shades of Medium Orchid #C25EEA
Tints of Medium Orchid #C25EEA
RGB
CMYK
RGB Variations
Color information
#C25EEA (or 0xC25EEA) is known color: Medium Orchid. HEX triplet: C2, 5E and EA. RGB value is (194,94,234). Sum of RGB (Red+Green+Blue) = 194+94+234=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #C25EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25EEA is #3DA115. Grayscale: #8B8B8B. Windows color (decimal): -4038934 or 15359682. OLE color: 15359682.
HSL color Cylindrical-coordinate representation of color #C25EEA: hue angle of 282.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25EEA is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 94 | 234 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.08 |
| HSL | 282.86º | 0.77% | 0.64% | - |
| HSV(B) | 282.86º | 0.6% | 0.92% | - |
| XYZ | 41.1 | 25.42 | 80.58 | - |
| YUV | 139.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 234 | 0.17 | 0.60 | 0 | 0.08 | 282.86 | 0.77 | 0.64 |
| Hex | C2 | 5E | EA | 11 | 3C | 0 | 8 | 11B | 4D | 40 |
| Octal | 302 | 136 | 352 | 21 | 74 | 0 | 10 | 433 | 115 | 100 |
| Binary | 11000010 | 1011110 | 11101010 | 10001 | 111100 | 0 | 1000 | 100011011 | 1001101 | 1000000 |
Color Harmonies of #C25EEA
Complementary color
Monochromatic Colors of #C25EEA
Black with #C25EEA
Text Example
Text Example
White with #C25EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EEA; }
p { color: rgb(194,94,234); }
H1.HeaderClassName
{
color: #C25EEA;
}
.AnyTagClassName
{
color: #C25EEA;
}
</style>
background-color css
<style>
a { background-color: #C25EEA; }
a { background-color: rgb(194,94,234); }
div.DivClassName
{
background-color: #C25EEA;
}
.BgClassName
{
background-color: #C25EEA;
}
</style>
border-color css
<style>
span { border-color: #C25EEA; }
span { border-color: rgb(194,94,234); }
td.TdClassName
{
border-color: #C25EEA;
}
.TagClassName
{
border-color: #C25EEA;
}
</style>