Shades of Medium Orchid #C25EDB
Tints of Medium Orchid #C25EDB
RGB
CMYK
RGB Variations
Color information
#C25EDB (or 0xC25EDB) is known color: Medium Orchid. HEX triplet: C2, 5E and DB. RGB value is (194,94,219). Sum of RGB (Red+Green+Blue) = 194+94+219=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #C25EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EDB is #3DA124. Grayscale: #898989. Windows color (decimal): -4038949 or 14376642. OLE color: 14376642.
HSL color Cylindrical-coordinate representation of color #C25EDB: hue angle of 288º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25EDB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 94 | 219 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.14 |
| HSL | 288º | 0.63% | 0.61% | - |
| HSV(B) | 288º | 0.57% | 0.86% | - |
| XYZ | 39.04 | 24.59 | 69.71 | - |
| YUV | 138.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 219 | 0.11 | 0.57 | 0 | 0.14 | 288 | 0.63 | 0.61 |
| Hex | C2 | 5E | DB | B | 39 | 0 | E | 120 | 3F | 3D |
| Octal | 302 | 136 | 333 | 13 | 71 | 0 | 16 | 440 | 77 | 75 |
| Binary | 11000010 | 1011110 | 11011011 | 1011 | 111001 | 0 | 1110 | 100100000 | 111111 | 111101 |
Color Harmonies of #C25EDB
Complementary color
Monochromatic Colors of #C25EDB
Black with #C25EDB
Text Example
Text Example
White with #C25EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EDB; }
p { color: rgb(194,94,219); }
H1.HeaderClassName
{
color: #C25EDB;
}
.AnyTagClassName
{
color: #C25EDB;
}
</style>
background-color css
<style>
a { background-color: #C25EDB; }
a { background-color: rgb(194,94,219); }
div.DivClassName
{
background-color: #C25EDB;
}
.BgClassName
{
background-color: #C25EDB;
}
</style>
border-color css
<style>
span { border-color: #C25EDB; }
span { border-color: rgb(194,94,219); }
td.TdClassName
{
border-color: #C25EDB;
}
.TagClassName
{
border-color: #C25EDB;
}
</style>