Shades of Medium Orchid #C25CE4
Tints of Medium Orchid #C25CE4
RGB
CMYK
RGB Variations
Color information
#C25CE4 (or 0xC25CE4) is known color: Medium Orchid. HEX triplet: C2, 5C and E4. RGB value is (194,92,228). Sum of RGB (Red+Green+Blue) = 194+92+228=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #C25CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CE4 is #3DA31B. Grayscale: #898989. Windows color (decimal): -4039452 or 14965954. OLE color: 14965954.
HSL color Cylindrical-coordinate representation of color #C25CE4: hue angle of 285º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25CE4 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 92 | 228 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.11 |
| HSL | 285º | 0.72% | 0.63% | - |
| HSV(B) | 285º | 0.6% | 0.89% | - |
| XYZ | 40.08 | 24.73 | 76.06 | - |
| YUV | 138 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 228 | 0.15 | 0.60 | 0 | 0.11 | 285 | 0.72 | 0.63 |
| Hex | C2 | 5C | E4 | F | 3C | 0 | B | 11D | 48 | 3F |
| Octal | 302 | 134 | 344 | 17 | 74 | 0 | 13 | 435 | 110 | 77 |
| Binary | 11000010 | 1011100 | 11100100 | 1111 | 111100 | 0 | 1011 | 100011101 | 1001000 | 111111 |
Color Harmonies of #C25CE4
Complementary color
Monochromatic Colors of #C25CE4
Black with #C25CE4
Text Example
Text Example
White with #C25CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CE4; }
p { color: rgb(194,92,228); }
H1.HeaderClassName
{
color: #C25CE4;
}
.AnyTagClassName
{
color: #C25CE4;
}
</style>
background-color css
<style>
a { background-color: #C25CE4; }
a { background-color: rgb(194,92,228); }
div.DivClassName
{
background-color: #C25CE4;
}
.BgClassName
{
background-color: #C25CE4;
}
</style>
border-color css
<style>
span { border-color: #C25CE4; }
span { border-color: rgb(194,92,228); }
td.TdClassName
{
border-color: #C25CE4;
}
.TagClassName
{
border-color: #C25CE4;
}
</style>