Shades of Medium Orchid #C25CE0
Tints of Medium Orchid #C25CE0
RGB
CMYK
RGB Variations
Color information
#C25CE0 (or 0xC25CE0) is known color: Medium Orchid. HEX triplet: C2, 5C and E0. RGB value is (194,92,224). Sum of RGB (Red+Green+Blue) = 194+92+224=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #C25CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CE0 is #3DA31F. Grayscale: #898989. Windows color (decimal): -4039456 or 14703810. OLE color: 14703810.
HSL color Cylindrical-coordinate representation of color #C25CE0: hue angle of 286.36º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25CE0 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 92 | 224 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.12 |
| HSL | 286.36º | 0.68% | 0.62% | - |
| HSV(B) | 286.36º | 0.59% | 0.88% | - |
| XYZ | 39.53 | 24.51 | 73.17 | - |
| YUV | 137.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 224 | 0.13 | 0.59 | 0 | 0.12 | 286.36 | 0.68 | 0.62 |
| Hex | C2 | 5C | E0 | D | 3B | 0 | C | 11E | 44 | 3E |
| Octal | 302 | 134 | 340 | 15 | 73 | 0 | 14 | 436 | 104 | 76 |
| Binary | 11000010 | 1011100 | 11100000 | 1101 | 111011 | 0 | 1100 | 100011110 | 1000100 | 111110 |
Color Harmonies of #C25CE0
Complementary color
Monochromatic Colors of #C25CE0
Black with #C25CE0
Text Example
Text Example
White with #C25CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CE0; }
p { color: rgb(194,92,224); }
H1.HeaderClassName
{
color: #C25CE0;
}
.AnyTagClassName
{
color: #C25CE0;
}
</style>
background-color css
<style>
a { background-color: #C25CE0; }
a { background-color: rgb(194,92,224); }
div.DivClassName
{
background-color: #C25CE0;
}
.BgClassName
{
background-color: #C25CE0;
}
</style>
border-color css
<style>
span { border-color: #C25CE0; }
span { border-color: rgb(194,92,224); }
td.TdClassName
{
border-color: #C25CE0;
}
.TagClassName
{
border-color: #C25CE0;
}
</style>