Shades of Medium Orchid #C25AD5
Tints of Medium Orchid #C25AD5
RGB
CMYK
RGB Variations
Color information
#C25AD5 (or 0xC25AD5) is known color: Medium Orchid. HEX triplet: C2, 5A and D5. RGB value is (194,90,213). Sum of RGB (Red+Green+Blue) = 194+90+213=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #C25AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AD5 is #3DA52A. Grayscale: #868686. Windows color (decimal): -4039979 or 13982402. OLE color: 13982402.
HSL color Cylindrical-coordinate representation of color #C25AD5: hue angle of 290.73º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25AD5 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 90 | 213 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.16 |
| HSL | 290.73º | 0.59% | 0.59% | - |
| HSV(B) | 290.73º | 0.58% | 0.84% | - |
| XYZ | 37.91 | 23.59 | 65.5 | - |
| YUV | 135.12 | 171.96 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 213 | 0.09 | 0.58 | 0 | 0.16 | 290.73 | 0.59 | 0.59 |
| Hex | C2 | 5A | D5 | 9 | 3A | 0 | 10 | 123 | 3B | 3B |
| Octal | 302 | 132 | 325 | 11 | 72 | 0 | 20 | 443 | 73 | 73 |
| Binary | 11000010 | 1011010 | 11010101 | 1001 | 111010 | 0 | 10000 | 100100011 | 111011 | 111011 |
Color Harmonies of #C25AD5
Complementary color
Monochromatic Colors of #C25AD5
Black with #C25AD5
Text Example
Text Example
White with #C25AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AD5; }
p { color: rgb(194,90,213); }
H1.HeaderClassName
{
color: #C25AD5;
}
.AnyTagClassName
{
color: #C25AD5;
}
</style>
background-color css
<style>
a { background-color: #C25AD5; }
a { background-color: rgb(194,90,213); }
div.DivClassName
{
background-color: #C25AD5;
}
.BgClassName
{
background-color: #C25AD5;
}
</style>
border-color css
<style>
span { border-color: #C25AD5; }
span { border-color: rgb(194,90,213); }
td.TdClassName
{
border-color: #C25AD5;
}
.TagClassName
{
border-color: #C25AD5;
}
</style>