Shades of Medium Orchid #C25DE8
Tints of Medium Orchid #C25DE8
RGB
CMYK
RGB Variations
Color information
#C25DE8 (or 0xC25DE8) is known color: Medium Orchid. HEX triplet: C2, 5D and E8. RGB value is (194,93,232). Sum of RGB (Red+Green+Blue) = 194+93+232=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #C25DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DE8 is #3DA217. Grayscale: #8A8A8A. Windows color (decimal): -4039192 or 15228354. OLE color: 15228354.
HSL color Cylindrical-coordinate representation of color #C25DE8: hue angle of 283.6º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25DE8 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 93 | 232 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.09 |
| HSL | 283.6º | 0.75% | 0.64% | - |
| HSV(B) | 283.6º | 0.6% | 0.91% | - |
| XYZ | 40.73 | 25.12 | 79.05 | - |
| YUV | 139.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 232 | 0.16 | 0.60 | 0 | 0.09 | 283.6 | 0.75 | 0.64 |
| Hex | C2 | 5D | E8 | 10 | 3C | 0 | 9 | 11C | 4B | 40 |
| Octal | 302 | 135 | 350 | 20 | 74 | 0 | 11 | 434 | 113 | 100 |
| Binary | 11000010 | 1011101 | 11101000 | 10000 | 111100 | 0 | 1001 | 100011100 | 1001011 | 1000000 |
Color Harmonies of #C25DE8
Complementary color
Monochromatic Colors of #C25DE8
Black with #C25DE8
Text Example
Text Example
White with #C25DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DE8; }
p { color: rgb(194,93,232); }
H1.HeaderClassName
{
color: #C25DE8;
}
.AnyTagClassName
{
color: #C25DE8;
}
</style>
background-color css
<style>
a { background-color: #C25DE8; }
a { background-color: rgb(194,93,232); }
div.DivClassName
{
background-color: #C25DE8;
}
.BgClassName
{
background-color: #C25DE8;
}
</style>
border-color css
<style>
span { border-color: #C25DE8; }
span { border-color: rgb(194,93,232); }
td.TdClassName
{
border-color: #C25DE8;
}
.TagClassName
{
border-color: #C25DE8;
}
</style>