Shades of Medium Orchid #C25FEB
Tints of Medium Orchid #C25FEB
RGB
CMYK
RGB Variations
Color information
#C25FEB (or 0xC25FEB) is known color: Medium Orchid. HEX triplet: C2, 5F and EB. RGB value is (194,95,235). Sum of RGB (Red+Green+Blue) = 194+95+235=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #C25FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FEB is #3DA014. Grayscale: #8C8C8C. Windows color (decimal): -4038677 or 15425474. OLE color: 15425474.
HSL color Cylindrical-coordinate representation of color #C25FEB: hue angle of 282.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25FEB is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 95 | 235 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.08 |
| HSL | 282.43º | 0.78% | 0.65% | - |
| HSV(B) | 282.43º | 0.6% | 0.92% | - |
| XYZ | 41.34 | 25.65 | 81.37 | - |
| YUV | 140.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 235 | 0.17 | 0.60 | 0 | 0.08 | 282.43 | 0.78 | 0.65 |
| Hex | C2 | 5F | EB | 11 | 3C | 0 | 8 | 11A | 4E | 41 |
| Octal | 302 | 137 | 353 | 21 | 74 | 0 | 10 | 432 | 116 | 101 |
| Binary | 11000010 | 1011111 | 11101011 | 10001 | 111100 | 0 | 1000 | 100011010 | 1001110 | 1000001 |
Color Harmonies of #C25FEB
Complementary color
Monochromatic Colors of #C25FEB
Black with #C25FEB
Text Example
Text Example
White with #C25FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FEB; }
p { color: rgb(194,95,235); }
H1.HeaderClassName
{
color: #C25FEB;
}
.AnyTagClassName
{
color: #C25FEB;
}
</style>
background-color css
<style>
a { background-color: #C25FEB; }
a { background-color: rgb(194,95,235); }
div.DivClassName
{
background-color: #C25FEB;
}
.BgClassName
{
background-color: #C25FEB;
}
</style>
border-color css
<style>
span { border-color: #C25FEB; }
span { border-color: rgb(194,95,235); }
td.TdClassName
{
border-color: #C25FEB;
}
.TagClassName
{
border-color: #C25FEB;
}
</style>