Shades of Medium Orchid #C25EDE
Tints of Medium Orchid #C25EDE
RGB
CMYK
RGB Variations
Color information
#C25EDE (or 0xC25EDE) is known color: Medium Orchid. HEX triplet: C2, 5E and DE. RGB value is (194,94,222). Sum of RGB (Red+Green+Blue) = 194+94+222=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #C25EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EDE is #3DA121. Grayscale: #8A8A8A. Windows color (decimal): -4038946 or 14573250. OLE color: 14573250.
HSL color Cylindrical-coordinate representation of color #C25EDE: hue angle of 286.88º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25EDE is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 94 | 222 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.13 |
| HSL | 286.88º | 0.66% | 0.62% | - |
| HSV(B) | 286.88º | 0.58% | 0.87% | - |
| XYZ | 39.44 | 24.75 | 71.81 | - |
| YUV | 138.49 | 175.13 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 222 | 0.13 | 0.58 | 0 | 0.13 | 286.88 | 0.66 | 0.62 |
| Hex | C2 | 5E | DE | D | 3A | 0 | D | 11F | 42 | 3E |
| Octal | 302 | 136 | 336 | 15 | 72 | 0 | 15 | 437 | 102 | 76 |
| Binary | 11000010 | 1011110 | 11011110 | 1101 | 111010 | 0 | 1101 | 100011111 | 1000010 | 111110 |
Color Harmonies of #C25EDE
Complementary color
Monochromatic Colors of #C25EDE
Black with #C25EDE
Text Example
Text Example
White with #C25EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EDE; }
p { color: rgb(194,94,222); }
H1.HeaderClassName
{
color: #C25EDE;
}
.AnyTagClassName
{
color: #C25EDE;
}
</style>
background-color css
<style>
a { background-color: #C25EDE; }
a { background-color: rgb(194,94,222); }
div.DivClassName
{
background-color: #C25EDE;
}
.BgClassName
{
background-color: #C25EDE;
}
</style>
border-color css
<style>
span { border-color: #C25EDE; }
span { border-color: rgb(194,94,222); }
td.TdClassName
{
border-color: #C25EDE;
}
.TagClassName
{
border-color: #C25EDE;
}
</style>