Shades of Medium Orchid #C25AED
Tints of Medium Orchid #C25AED
RGB
CMYK
RGB Variations
Color information
#C25AED (or 0xC25AED) is known color: Medium Orchid. HEX triplet: C2, 5A and ED. RGB value is (194,90,237). Sum of RGB (Red+Green+Blue) = 194+90+237=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #C25AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AED is #3DA512. Grayscale: #898989. Windows color (decimal): -4039955 or 15555266. OLE color: 15555266.
HSL color Cylindrical-coordinate representation of color #C25AED: hue angle of 282.45º degrees, saturation: 0.8, 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 #C25AED is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 90 | 237 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.07 |
| HSL | 282.45º | 0.8% | 0.64% | - |
| HSV(B) | 282.45º | 0.62% | 0.93% | - |
| XYZ | 41.19 | 24.9 | 82.76 | - |
| YUV | 137.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 237 | 0.18 | 0.62 | 0 | 0.07 | 282.45 | 0.8 | 0.64 |
| Hex | C2 | 5A | ED | 12 | 3E | 0 | 7 | 11A | 50 | 40 |
| Octal | 302 | 132 | 355 | 22 | 76 | 0 | 7 | 432 | 120 | 100 |
| Binary | 11000010 | 1011010 | 11101101 | 10010 | 111110 | 0 | 111 | 100011010 | 1010000 | 1000000 |
Color Harmonies of #C25AED
Complementary color
Monochromatic Colors of #C25AED
Black with #C25AED
Text Example
Text Example
White with #C25AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AED; }
p { color: rgb(194,90,237); }
H1.HeaderClassName
{
color: #C25AED;
}
.AnyTagClassName
{
color: #C25AED;
}
</style>
background-color css
<style>
a { background-color: #C25AED; }
a { background-color: rgb(194,90,237); }
div.DivClassName
{
background-color: #C25AED;
}
.BgClassName
{
background-color: #C25AED;
}
</style>
border-color css
<style>
span { border-color: #C25AED; }
span { border-color: rgb(194,90,237); }
td.TdClassName
{
border-color: #C25AED;
}
.TagClassName
{
border-color: #C25AED;
}
</style>