Shades of Medium Orchid #C25AEC
Tints of Medium Orchid #C25AEC
RGB
CMYK
RGB Variations
Color information
#C25AEC (or 0xC25AEC) is known color: Medium Orchid. HEX triplet: C2, 5A and EC. RGB value is (194,90,236). Sum of RGB (Red+Green+Blue) = 194+90+236=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #C25AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AEC is #3DA513. Grayscale: #898989. Windows color (decimal): -4039956 or 15489730. OLE color: 15489730.
HSL color Cylindrical-coordinate representation of color #C25AEC: hue angle of 282.74º degrees, saturation: 0.79, 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 #C25AEC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 90 | 236 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.07 |
| HSL | 282.74º | 0.79% | 0.64% | - |
| HSV(B) | 282.74º | 0.62% | 0.93% | - |
| XYZ | 41.04 | 24.84 | 81.99 | - |
| YUV | 137.74 | 183.46 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 236 | 0.18 | 0.62 | 0 | 0.07 | 282.74 | 0.79 | 0.64 |
| Hex | C2 | 5A | EC | 12 | 3E | 0 | 7 | 11B | 4F | 40 |
| Octal | 302 | 132 | 354 | 22 | 76 | 0 | 7 | 433 | 117 | 100 |
| Binary | 11000010 | 1011010 | 11101100 | 10010 | 111110 | 0 | 111 | 100011011 | 1001111 | 1000000 |
Color Harmonies of #C25AEC
Complementary color
Monochromatic Colors of #C25AEC
Black with #C25AEC
Text Example
Text Example
White with #C25AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AEC; }
p { color: rgb(194,90,236); }
H1.HeaderClassName
{
color: #C25AEC;
}
.AnyTagClassName
{
color: #C25AEC;
}
</style>
background-color css
<style>
a { background-color: #C25AEC; }
a { background-color: rgb(194,90,236); }
div.DivClassName
{
background-color: #C25AEC;
}
.BgClassName
{
background-color: #C25AEC;
}
</style>
border-color css
<style>
span { border-color: #C25AEC; }
span { border-color: rgb(194,90,236); }
td.TdClassName
{
border-color: #C25AEC;
}
.TagClassName
{
border-color: #C25AEC;
}
</style>