Shades of Medium Orchid #C25EED
Tints of Medium Orchid #C25EED
RGB
CMYK
RGB Variations
Color information
#C25EED (or 0xC25EED) is known color: Medium Orchid. HEX triplet: C2, 5E and ED. RGB value is (194,94,237). Sum of RGB (Red+Green+Blue) = 194+94+237=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #C25EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25EED is #3DA112. Grayscale: #8B8B8B. Windows color (decimal): -4038931 or 15556290. OLE color: 15556290.
HSL color Cylindrical-coordinate representation of color #C25EED: hue angle of 281.96º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25EED is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 94 | 237 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.07 |
| HSL | 281.96º | 0.8% | 0.65% | - |
| HSV(B) | 281.96º | 0.6% | 0.93% | - |
| XYZ | 41.54 | 25.59 | 82.87 | - |
| YUV | 140.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 237 | 0.18 | 0.60 | 0 | 0.07 | 281.96 | 0.8 | 0.65 |
| Hex | C2 | 5E | ED | 12 | 3C | 0 | 7 | 11A | 50 | 41 |
| Octal | 302 | 136 | 355 | 22 | 74 | 0 | 7 | 432 | 120 | 101 |
| Binary | 11000010 | 1011110 | 11101101 | 10010 | 111100 | 0 | 111 | 100011010 | 1010000 | 1000001 |
Color Harmonies of #C25EED
Complementary color
Monochromatic Colors of #C25EED
Black with #C25EED
Text Example
Text Example
White with #C25EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EED; }
p { color: rgb(194,94,237); }
H1.HeaderClassName
{
color: #C25EED;
}
.AnyTagClassName
{
color: #C25EED;
}
</style>
background-color css
<style>
a { background-color: #C25EED; }
a { background-color: rgb(194,94,237); }
div.DivClassName
{
background-color: #C25EED;
}
.BgClassName
{
background-color: #C25EED;
}
</style>
border-color css
<style>
span { border-color: #C25EED; }
span { border-color: rgb(194,94,237); }
td.TdClassName
{
border-color: #C25EED;
}
.TagClassName
{
border-color: #C25EED;
}
</style>