Shades of Medium Orchid #C25DEB
Tints of Medium Orchid #C25DEB
RGB
CMYK
RGB Variations
Color information
#C25DEB (or 0xC25DEB) is known color: Medium Orchid. HEX triplet: C2, 5D and EB. RGB value is (194,93,235). Sum of RGB (Red+Green+Blue) = 194+93+235=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #C25DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DEB is #3DA214. Grayscale: #8A8A8A. Windows color (decimal): -4039189 or 15424962. OLE color: 15424962.
HSL color Cylindrical-coordinate representation of color #C25DEB: hue angle of 282.68º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25DEB is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 93 | 235 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.08 |
| HSL | 282.68º | 0.78% | 0.64% | - |
| HSV(B) | 282.68º | 0.6% | 0.92% | - |
| XYZ | 41.16 | 25.3 | 81.31 | - |
| YUV | 139.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 235 | 0.17 | 0.60 | 0 | 0.08 | 282.68 | 0.78 | 0.64 |
| Hex | C2 | 5D | EB | 11 | 3C | 0 | 8 | 11B | 4E | 40 |
| Octal | 302 | 135 | 353 | 21 | 74 | 0 | 10 | 433 | 116 | 100 |
| Binary | 11000010 | 1011101 | 11101011 | 10001 | 111100 | 0 | 1000 | 100011011 | 1001110 | 1000000 |
Color Harmonies of #C25DEB
Complementary color
Monochromatic Colors of #C25DEB
Black with #C25DEB
Text Example
Text Example
White with #C25DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DEB; }
p { color: rgb(194,93,235); }
H1.HeaderClassName
{
color: #C25DEB;
}
.AnyTagClassName
{
color: #C25DEB;
}
</style>
background-color css
<style>
a { background-color: #C25DEB; }
a { background-color: rgb(194,93,235); }
div.DivClassName
{
background-color: #C25DEB;
}
.BgClassName
{
background-color: #C25DEB;
}
</style>
border-color css
<style>
span { border-color: #C25DEB; }
span { border-color: rgb(194,93,235); }
td.TdClassName
{
border-color: #C25DEB;
}
.TagClassName
{
border-color: #C25DEB;
}
</style>