Shades of Medium Orchid #C25ACE
Tints of Medium Orchid #C25ACE
RGB
CMYK
RGB Variations
Color information
#C25ACE (or 0xC25ACE) is known color: Medium Orchid. HEX triplet: C2, 5A and CE. RGB value is (194,90,206). Sum of RGB (Red+Green+Blue) = 194+90+206=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #C25ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ACE is #3DA531. Grayscale: #858585. Windows color (decimal): -4039986 or 13523650. OLE color: 13523650.
HSL color Cylindrical-coordinate representation of color #C25ACE: hue angle of 293.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25ACE is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 90 | 206 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.19 |
| HSL | 293.79º | 0.54% | 0.58% | - |
| HSV(B) | 293.79º | 0.56% | 0.81% | - |
| XYZ | 37.04 | 23.24 | 60.93 | - |
| YUV | 134.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 206 | 0.06 | 0.56 | 0 | 0.19 | 293.79 | 0.54 | 0.58 |
| Hex | C2 | 5A | CE | 6 | 38 | 0 | 13 | 126 | 36 | 3A |
| Octal | 302 | 132 | 316 | 6 | 70 | 0 | 23 | 446 | 66 | 72 |
| Binary | 11000010 | 1011010 | 11001110 | 110 | 111000 | 0 | 10011 | 100100110 | 110110 | 111010 |
Color Harmonies of #C25ACE
Complementary color
Monochromatic Colors of #C25ACE
Black with #C25ACE
Text Example
Text Example
White with #C25ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ACE; }
p { color: rgb(194,90,206); }
H1.HeaderClassName
{
color: #C25ACE;
}
.AnyTagClassName
{
color: #C25ACE;
}
</style>
background-color css
<style>
a { background-color: #C25ACE; }
a { background-color: rgb(194,90,206); }
div.DivClassName
{
background-color: #C25ACE;
}
.BgClassName
{
background-color: #C25ACE;
}
</style>
border-color css
<style>
span { border-color: #C25ACE; }
span { border-color: rgb(194,90,206); }
td.TdClassName
{
border-color: #C25ACE;
}
.TagClassName
{
border-color: #C25ACE;
}
</style>