Shades of Medium Orchid #C25EDA
Tints of Medium Orchid #C25EDA
RGB
CMYK
RGB Variations
Color information
#C25EDA (or 0xC25EDA) is known color: Medium Orchid. HEX triplet: C2, 5E and DA. RGB value is (194,94,218). Sum of RGB (Red+Green+Blue) = 194+94+218=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #C25EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EDA is #3DA125. Grayscale: #898989. Windows color (decimal): -4038950 or 14311106. OLE color: 14311106.
HSL color Cylindrical-coordinate representation of color #C25EDA: hue angle of 288.39º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25EDA is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 94 | 218 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.15 |
| HSL | 288.39º | 0.63% | 0.61% | - |
| HSV(B) | 288.39º | 0.57% | 0.85% | - |
| XYZ | 38.91 | 24.54 | 69.02 | - |
| YUV | 138.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 218 | 0.11 | 0.57 | 0 | 0.15 | 288.39 | 0.63 | 0.61 |
| Hex | C2 | 5E | DA | B | 39 | 0 | F | 120 | 3F | 3D |
| Octal | 302 | 136 | 332 | 13 | 71 | 0 | 17 | 440 | 77 | 75 |
| Binary | 11000010 | 1011110 | 11011010 | 1011 | 111001 | 0 | 1111 | 100100000 | 111111 | 111101 |
Color Harmonies of #C25EDA
Complementary color
Monochromatic Colors of #C25EDA
Black with #C25EDA
Text Example
Text Example
White with #C25EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EDA; }
p { color: rgb(194,94,218); }
H1.HeaderClassName
{
color: #C25EDA;
}
.AnyTagClassName
{
color: #C25EDA;
}
</style>
background-color css
<style>
a { background-color: #C25EDA; }
a { background-color: rgb(194,94,218); }
div.DivClassName
{
background-color: #C25EDA;
}
.BgClassName
{
background-color: #C25EDA;
}
</style>
border-color css
<style>
span { border-color: #C25EDA; }
span { border-color: rgb(194,94,218); }
td.TdClassName
{
border-color: #C25EDA;
}
.TagClassName
{
border-color: #C25EDA;
}
</style>