Shades of Medium Orchid #C25FEA
Tints of Medium Orchid #C25FEA
RGB
CMYK
RGB Variations
Color information
#C25FEA (or 0xC25FEA) is known color: Medium Orchid. HEX triplet: C2, 5F and EA. RGB value is (194,95,234). Sum of RGB (Red+Green+Blue) = 194+95+234=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #C25FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FEA is #3DA015. Grayscale: #8B8B8B. Windows color (decimal): -4038678 or 15359938. OLE color: 15359938.
HSL color Cylindrical-coordinate representation of color #C25FEA: hue angle of 282.73º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25FEA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 95 | 234 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.08 |
| HSL | 282.73º | 0.77% | 0.65% | - |
| HSV(B) | 282.73º | 0.59% | 0.92% | - |
| XYZ | 41.19 | 25.59 | 80.61 | - |
| YUV | 140.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 234 | 0.17 | 0.59 | 0 | 0.08 | 282.73 | 0.77 | 0.65 |
| Hex | C2 | 5F | EA | 11 | 3B | 0 | 8 | 11B | 4D | 41 |
| Octal | 302 | 137 | 352 | 21 | 73 | 0 | 10 | 433 | 115 | 101 |
| Binary | 11000010 | 1011111 | 11101010 | 10001 | 111011 | 0 | 1000 | 100011011 | 1001101 | 1000001 |
Color Harmonies of #C25FEA
Complementary color
Monochromatic Colors of #C25FEA
Black with #C25FEA
Text Example
Text Example
White with #C25FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FEA; }
p { color: rgb(194,95,234); }
H1.HeaderClassName
{
color: #C25FEA;
}
.AnyTagClassName
{
color: #C25FEA;
}
</style>
background-color css
<style>
a { background-color: #C25FEA; }
a { background-color: rgb(194,95,234); }
div.DivClassName
{
background-color: #C25FEA;
}
.BgClassName
{
background-color: #C25FEA;
}
</style>
border-color css
<style>
span { border-color: #C25FEA; }
span { border-color: rgb(194,95,234); }
td.TdClassName
{
border-color: #C25FEA;
}
.TagClassName
{
border-color: #C25FEA;
}
</style>