Shades of Medium Orchid #C25BE1
Tints of Medium Orchid #C25BE1
RGB
CMYK
RGB Variations
Color information
#C25BE1 (or 0xC25BE1) is known color: Medium Orchid. HEX triplet: C2, 5B and E1. RGB value is (194,91,225). Sum of RGB (Red+Green+Blue) = 194+91+225=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #C25BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BE1 is #3DA41E. Grayscale: #888888. Windows color (decimal): -4039711 or 14769090. OLE color: 14769090.
HSL color Cylindrical-coordinate representation of color #C25BE1: hue angle of 286.12º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25BE1 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 91 | 225 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.12 |
| HSL | 286.12º | 0.69% | 0.62% | - |
| HSV(B) | 286.12º | 0.6% | 0.88% | - |
| XYZ | 39.58 | 24.39 | 73.86 | - |
| YUV | 137.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 225 | 0.14 | 0.60 | 0 | 0.12 | 286.12 | 0.69 | 0.62 |
| Hex | C2 | 5B | E1 | E | 3C | 0 | C | 11E | 45 | 3E |
| Octal | 302 | 133 | 341 | 16 | 74 | 0 | 14 | 436 | 105 | 76 |
| Binary | 11000010 | 1011011 | 11100001 | 1110 | 111100 | 0 | 1100 | 100011110 | 1000101 | 111110 |
Color Harmonies of #C25BE1
Complementary color
Monochromatic Colors of #C25BE1
Black with #C25BE1
Text Example
Text Example
White with #C25BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BE1; }
p { color: rgb(194,91,225); }
H1.HeaderClassName
{
color: #C25BE1;
}
.AnyTagClassName
{
color: #C25BE1;
}
</style>
background-color css
<style>
a { background-color: #C25BE1; }
a { background-color: rgb(194,91,225); }
div.DivClassName
{
background-color: #C25BE1;
}
.BgClassName
{
background-color: #C25BE1;
}
</style>
border-color css
<style>
span { border-color: #C25BE1; }
span { border-color: rgb(194,91,225); }
td.TdClassName
{
border-color: #C25BE1;
}
.TagClassName
{
border-color: #C25BE1;
}
</style>