Shades of Medium Orchid #C25FE0
Tints of Medium Orchid #C25FE0
RGB
CMYK
RGB Variations
Color information
#C25FE0 (or 0xC25FE0) is known color: Medium Orchid. HEX triplet: C2, 5F and E0. RGB value is (194,95,224). Sum of RGB (Red+Green+Blue) = 194+95+224=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #C25FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FE0 is #3DA01F. Grayscale: #8A8A8A. Windows color (decimal): -4038688 or 14704578. OLE color: 14704578.
HSL color Cylindrical-coordinate representation of color #C25FE0: hue angle of 286.05º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25FE0 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 95 | 224 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.12 |
| HSL | 286.05º | 0.68% | 0.63% | - |
| HSV(B) | 286.05º | 0.58% | 0.88% | - |
| XYZ | 39.79 | 25.04 | 73.26 | - |
| YUV | 139.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 224 | 0.13 | 0.58 | 0 | 0.12 | 286.05 | 0.68 | 0.63 |
| Hex | C2 | 5F | E0 | D | 3A | 0 | C | 11E | 44 | 3F |
| Octal | 302 | 137 | 340 | 15 | 72 | 0 | 14 | 436 | 104 | 77 |
| Binary | 11000010 | 1011111 | 11100000 | 1101 | 111010 | 0 | 1100 | 100011110 | 1000100 | 111111 |
Color Harmonies of #C25FE0
Complementary color
Monochromatic Colors of #C25FE0
Black with #C25FE0
Text Example
Text Example
White with #C25FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FE0; }
p { color: rgb(194,95,224); }
H1.HeaderClassName
{
color: #C25FE0;
}
.AnyTagClassName
{
color: #C25FE0;
}
</style>
background-color css
<style>
a { background-color: #C25FE0; }
a { background-color: rgb(194,95,224); }
div.DivClassName
{
background-color: #C25FE0;
}
.BgClassName
{
background-color: #C25FE0;
}
</style>
border-color css
<style>
span { border-color: #C25FE0; }
span { border-color: rgb(194,95,224); }
td.TdClassName
{
border-color: #C25FE0;
}
.TagClassName
{
border-color: #C25FE0;
}
</style>