Shades of Medium Orchid #C25AEE
Tints of Medium Orchid #C25AEE
RGB
CMYK
RGB Variations
Color information
#C25AEE (or 0xC25AEE) is known color: Medium Orchid. HEX triplet: C2, 5A and EE. RGB value is (194,90,238). Sum of RGB (Red+Green+Blue) = 194+90+238=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #C25AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AEE is #3DA511. Grayscale: #898989. Windows color (decimal): -4039954 or 15620802. OLE color: 15620802.
HSL color Cylindrical-coordinate representation of color #C25AEE: hue angle of 282.16º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25AEE is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 90 | 238 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.07 |
| HSL | 282.16º | 0.81% | 0.64% | - |
| HSV(B) | 282.16º | 0.62% | 0.93% | - |
| XYZ | 41.34 | 24.95 | 83.53 | - |
| YUV | 137.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 238 | 0.18 | 0.62 | 0 | 0.07 | 282.16 | 0.81 | 0.64 |
| Hex | C2 | 5A | EE | 12 | 3E | 0 | 7 | 11A | 51 | 40 |
| Octal | 302 | 132 | 356 | 22 | 76 | 0 | 7 | 432 | 121 | 100 |
| Binary | 11000010 | 1011010 | 11101110 | 10010 | 111110 | 0 | 111 | 100011010 | 1010001 | 1000000 |
Color Harmonies of #C25AEE
Complementary color
Monochromatic Colors of #C25AEE
Black with #C25AEE
Text Example
Text Example
White with #C25AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AEE; }
p { color: rgb(194,90,238); }
H1.HeaderClassName
{
color: #C25AEE;
}
.AnyTagClassName
{
color: #C25AEE;
}
</style>
background-color css
<style>
a { background-color: #C25AEE; }
a { background-color: rgb(194,90,238); }
div.DivClassName
{
background-color: #C25AEE;
}
.BgClassName
{
background-color: #C25AEE;
}
</style>
border-color css
<style>
span { border-color: #C25AEE; }
span { border-color: rgb(194,90,238); }
td.TdClassName
{
border-color: #C25AEE;
}
.TagClassName
{
border-color: #C25AEE;
}
</style>