Shades of Medium Orchid #C25AE1
Tints of Medium Orchid #C25AE1
RGB
CMYK
RGB Variations
Color information
#C25AE1 (or 0xC25AE1) is known color: Medium Orchid. HEX triplet: C2, 5A and E1. RGB value is (194,90,225). Sum of RGB (Red+Green+Blue) = 194+90+225=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #C25AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AE1 is #3DA51E. Grayscale: #888888. Windows color (decimal): -4039967 or 14768834. OLE color: 14768834.
HSL color Cylindrical-coordinate representation of color #C25AE1: hue angle of 286.22º 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 #C25AE1 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 90 | 225 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.12 |
| HSL | 286.22º | 0.69% | 0.62% | - |
| HSV(B) | 286.22º | 0.6% | 0.88% | - |
| XYZ | 39.49 | 24.22 | 73.83 | - |
| YUV | 136.49 | 177.96 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 225 | 0.14 | 0.60 | 0 | 0.12 | 286.22 | 0.69 | 0.62 |
| Hex | C2 | 5A | E1 | E | 3C | 0 | C | 11E | 45 | 3E |
| Octal | 302 | 132 | 341 | 16 | 74 | 0 | 14 | 436 | 105 | 76 |
| Binary | 11000010 | 1011010 | 11100001 | 1110 | 111100 | 0 | 1100 | 100011110 | 1000101 | 111110 |
Color Harmonies of #C25AE1
Complementary color
Monochromatic Colors of #C25AE1
Black with #C25AE1
Text Example
Text Example
White with #C25AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AE1; }
p { color: rgb(194,90,225); }
H1.HeaderClassName
{
color: #C25AE1;
}
.AnyTagClassName
{
color: #C25AE1;
}
</style>
background-color css
<style>
a { background-color: #C25AE1; }
a { background-color: rgb(194,90,225); }
div.DivClassName
{
background-color: #C25AE1;
}
.BgClassName
{
background-color: #C25AE1;
}
</style>
border-color css
<style>
span { border-color: #C25AE1; }
span { border-color: rgb(194,90,225); }
td.TdClassName
{
border-color: #C25AE1;
}
.TagClassName
{
border-color: #C25AE1;
}
</style>