Shades of Medium Orchid #C25EE4
Tints of Medium Orchid #C25EE4
RGB
CMYK
RGB Variations
Color information
#C25EE4 (or 0xC25EE4) is known color: Medium Orchid. HEX triplet: C2, 5E and E4. RGB value is (194,94,228). Sum of RGB (Red+Green+Blue) = 194+94+228=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #C25EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EE4 is #3DA11B. Grayscale: #8A8A8A. Windows color (decimal): -4038940 or 14966466. OLE color: 14966466.
HSL color Cylindrical-coordinate representation of color #C25EE4: hue angle of 284.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25EE4 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 94 | 228 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.11 |
| HSL | 284.78º | 0.71% | 0.63% | - |
| HSV(B) | 284.78º | 0.59% | 0.89% | - |
| XYZ | 40.25 | 25.08 | 76.12 | - |
| YUV | 139.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 228 | 0.15 | 0.59 | 0 | 0.11 | 284.78 | 0.71 | 0.63 |
| Hex | C2 | 5E | E4 | F | 3B | 0 | B | 11D | 47 | 3F |
| Octal | 302 | 136 | 344 | 17 | 73 | 0 | 13 | 435 | 107 | 77 |
| Binary | 11000010 | 1011110 | 11100100 | 1111 | 111011 | 0 | 1011 | 100011101 | 1000111 | 111111 |
Color Harmonies of #C25EE4
Complementary color
Monochromatic Colors of #C25EE4
Black with #C25EE4
Text Example
Text Example
White with #C25EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EE4; }
p { color: rgb(194,94,228); }
H1.HeaderClassName
{
color: #C25EE4;
}
.AnyTagClassName
{
color: #C25EE4;
}
</style>
background-color css
<style>
a { background-color: #C25EE4; }
a { background-color: rgb(194,94,228); }
div.DivClassName
{
background-color: #C25EE4;
}
.BgClassName
{
background-color: #C25EE4;
}
</style>
border-color css
<style>
span { border-color: #C25EE4; }
span { border-color: rgb(194,94,228); }
td.TdClassName
{
border-color: #C25EE4;
}
.TagClassName
{
border-color: #C25EE4;
}
</style>