Shades of Medium Orchid #C25ED8
Tints of Medium Orchid #C25ED8
RGB
CMYK
RGB Variations
Color information
#C25ED8 (or 0xC25ED8) is known color: Medium Orchid. HEX triplet: C2, 5E and D8. RGB value is (194,94,216). Sum of RGB (Red+Green+Blue) = 194+94+216=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #C25ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ED8 is #3DA127. Grayscale: #898989. Windows color (decimal): -4038952 or 14180034. OLE color: 14180034.
HSL color Cylindrical-coordinate representation of color #C25ED8: hue angle of 289.18º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25ED8 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 94 | 216 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.15 |
| HSL | 289.18º | 0.61% | 0.61% | - |
| HSV(B) | 289.18º | 0.56% | 0.85% | - |
| XYZ | 38.65 | 24.43 | 67.64 | - |
| YUV | 137.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 216 | 0.10 | 0.56 | 0 | 0.15 | 289.18 | 0.61 | 0.61 |
| Hex | C2 | 5E | D8 | A | 38 | 0 | F | 121 | 3D | 3D |
| Octal | 302 | 136 | 330 | 12 | 70 | 0 | 17 | 441 | 75 | 75 |
| Binary | 11000010 | 1011110 | 11011000 | 1010 | 111000 | 0 | 1111 | 100100001 | 111101 | 111101 |
Color Harmonies of #C25ED8
Complementary color
Monochromatic Colors of #C25ED8
Black with #C25ED8
Text Example
Text Example
White with #C25ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ED8; }
p { color: rgb(194,94,216); }
H1.HeaderClassName
{
color: #C25ED8;
}
.AnyTagClassName
{
color: #C25ED8;
}
</style>
background-color css
<style>
a { background-color: #C25ED8; }
a { background-color: rgb(194,94,216); }
div.DivClassName
{
background-color: #C25ED8;
}
.BgClassName
{
background-color: #C25ED8;
}
</style>
border-color css
<style>
span { border-color: #C25ED8; }
span { border-color: rgb(194,94,216); }
td.TdClassName
{
border-color: #C25ED8;
}
.TagClassName
{
border-color: #C25ED8;
}
</style>