Shades of Medium Orchid #C25ADA
Tints of Medium Orchid #C25ADA
RGB
CMYK
RGB Variations
Color information
#C25ADA (or 0xC25ADA) is known color: Medium Orchid. HEX triplet: C2, 5A and DA. RGB value is (194,90,218). Sum of RGB (Red+Green+Blue) = 194+90+218=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #C25ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ADA is #3DA525. Grayscale: #878787. Windows color (decimal): -4039974 or 14310082. OLE color: 14310082.
HSL color Cylindrical-coordinate representation of color #C25ADA: hue angle of 288.75º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25ADA is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 90 | 218 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.15 |
| HSL | 288.75º | 0.63% | 0.6% | - |
| HSV(B) | 288.75º | 0.59% | 0.85% | - |
| XYZ | 38.56 | 23.84 | 68.9 | - |
| YUV | 135.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 218 | 0.11 | 0.59 | 0 | 0.15 | 288.75 | 0.63 | 0.6 |
| Hex | C2 | 5A | DA | B | 3B | 0 | F | 121 | 3F | 3C |
| Octal | 302 | 132 | 332 | 13 | 73 | 0 | 17 | 441 | 77 | 74 |
| Binary | 11000010 | 1011010 | 11011010 | 1011 | 111011 | 0 | 1111 | 100100001 | 111111 | 111100 |
Color Harmonies of #C25ADA
Complementary color
Monochromatic Colors of #C25ADA
Black with #C25ADA
Text Example
Text Example
White with #C25ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ADA; }
p { color: rgb(194,90,218); }
H1.HeaderClassName
{
color: #C25ADA;
}
.AnyTagClassName
{
color: #C25ADA;
}
</style>
background-color css
<style>
a { background-color: #C25ADA; }
a { background-color: rgb(194,90,218); }
div.DivClassName
{
background-color: #C25ADA;
}
.BgClassName
{
background-color: #C25ADA;
}
</style>
border-color css
<style>
span { border-color: #C25ADA; }
span { border-color: rgb(194,90,218); }
td.TdClassName
{
border-color: #C25ADA;
}
.TagClassName
{
border-color: #C25ADA;
}
</style>