Shades of Medium Orchid #C25EDD
Tints of Medium Orchid #C25EDD
RGB
CMYK
RGB Variations
Color information
#C25EDD (or 0xC25EDD) is known color: Medium Orchid. HEX triplet: C2, 5E and DD. RGB value is (194,94,221). Sum of RGB (Red+Green+Blue) = 194+94+221=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #C25EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EDD is #3DA122. Grayscale: #898989. Windows color (decimal): -4038947 or 14507714. OLE color: 14507714.
HSL color Cylindrical-coordinate representation of color #C25EDD: hue angle of 287.24º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25EDD is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 94 | 221 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.13 |
| HSL | 287.24º | 0.65% | 0.62% | - |
| HSV(B) | 287.24º | 0.57% | 0.87% | - |
| XYZ | 39.3 | 24.7 | 71.1 | - |
| YUV | 138.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 221 | 0.12 | 0.57 | 0 | 0.13 | 287.24 | 0.65 | 0.62 |
| Hex | C2 | 5E | DD | C | 39 | 0 | D | 11F | 41 | 3E |
| Octal | 302 | 136 | 335 | 14 | 71 | 0 | 15 | 437 | 101 | 76 |
| Binary | 11000010 | 1011110 | 11011101 | 1100 | 111001 | 0 | 1101 | 100011111 | 1000001 | 111110 |
Color Harmonies of #C25EDD
Complementary color
Monochromatic Colors of #C25EDD
Black with #C25EDD
Text Example
Text Example
White with #C25EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EDD; }
p { color: rgb(194,94,221); }
H1.HeaderClassName
{
color: #C25EDD;
}
.AnyTagClassName
{
color: #C25EDD;
}
</style>
background-color css
<style>
a { background-color: #C25EDD; }
a { background-color: rgb(194,94,221); }
div.DivClassName
{
background-color: #C25EDD;
}
.BgClassName
{
background-color: #C25EDD;
}
</style>
border-color css
<style>
span { border-color: #C25EDD; }
span { border-color: rgb(194,94,221); }
td.TdClassName
{
border-color: #C25EDD;
}
.TagClassName
{
border-color: #C25EDD;
}
</style>