Shades of Medium Orchid #C25DEC
Tints of Medium Orchid #C25DEC
RGB
CMYK
RGB Variations
Color information
#C25DEC (or 0xC25DEC) is known color: Medium Orchid. HEX triplet: C2, 5D and EC. RGB value is (194,93,236). Sum of RGB (Red+Green+Blue) = 194+93+236=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #C25DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DEC is #3DA213. Grayscale: #8B8B8B. Windows color (decimal): -4039188 or 15490498. OLE color: 15490498.
HSL color Cylindrical-coordinate representation of color #C25DEC: hue angle of 282.38º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C25DEC is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 93 | 236 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.07 |
| HSL | 282.38º | 0.79% | 0.65% | - |
| HSV(B) | 282.38º | 0.61% | 0.93% | - |
| XYZ | 41.3 | 25.35 | 82.07 | - |
| YUV | 139.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 236 | 0.18 | 0.61 | 0 | 0.07 | 282.38 | 0.79 | 0.65 |
| Hex | C2 | 5D | EC | 12 | 3D | 0 | 7 | 11A | 4F | 41 |
| Octal | 302 | 135 | 354 | 22 | 75 | 0 | 7 | 432 | 117 | 101 |
| Binary | 11000010 | 1011101 | 11101100 | 10010 | 111101 | 0 | 111 | 100011010 | 1001111 | 1000001 |
Color Harmonies of #C25DEC
Complementary color
Monochromatic Colors of #C25DEC
Black with #C25DEC
Text Example
Text Example
White with #C25DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DEC; }
p { color: rgb(194,93,236); }
H1.HeaderClassName
{
color: #C25DEC;
}
.AnyTagClassName
{
color: #C25DEC;
}
</style>
background-color css
<style>
a { background-color: #C25DEC; }
a { background-color: rgb(194,93,236); }
div.DivClassName
{
background-color: #C25DEC;
}
.BgClassName
{
background-color: #C25DEC;
}
</style>
border-color css
<style>
span { border-color: #C25DEC; }
span { border-color: rgb(194,93,236); }
td.TdClassName
{
border-color: #C25DEC;
}
.TagClassName
{
border-color: #C25DEC;
}
</style>