Shades of Medium Orchid #C25DED
Tints of Medium Orchid #C25DED
RGB
CMYK
RGB Variations
Color information
#C25DED (or 0xC25DED) is known color: Medium Orchid. HEX triplet: C2, 5D and ED. RGB value is (194,93,237). Sum of RGB (Red+Green+Blue) = 194+93+237=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #C25DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DED is #3DA212. Grayscale: #8B8B8B. Windows color (decimal): -4039187 or 15556034. OLE color: 15556034.
HSL color Cylindrical-coordinate representation of color #C25DED: hue angle of 282.08º degrees, saturation: 0.8, 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 #C25DED is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 93 | 237 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.07 |
| HSL | 282.08º | 0.8% | 0.65% | - |
| HSV(B) | 282.08º | 0.61% | 0.93% | - |
| XYZ | 41.45 | 25.41 | 82.84 | - |
| YUV | 139.62 | 182.96 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 237 | 0.18 | 0.61 | 0 | 0.07 | 282.08 | 0.8 | 0.65 |
| Hex | C2 | 5D | ED | 12 | 3D | 0 | 7 | 11A | 50 | 41 |
| Octal | 302 | 135 | 355 | 22 | 75 | 0 | 7 | 432 | 120 | 101 |
| Binary | 11000010 | 1011101 | 11101101 | 10010 | 111101 | 0 | 111 | 100011010 | 1010000 | 1000001 |
Color Harmonies of #C25DED
Complementary color
Monochromatic Colors of #C25DED
Black with #C25DED
Text Example
Text Example
White with #C25DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DED; }
p { color: rgb(194,93,237); }
H1.HeaderClassName
{
color: #C25DED;
}
.AnyTagClassName
{
color: #C25DED;
}
</style>
background-color css
<style>
a { background-color: #C25DED; }
a { background-color: rgb(194,93,237); }
div.DivClassName
{
background-color: #C25DED;
}
.BgClassName
{
background-color: #C25DED;
}
</style>
border-color css
<style>
span { border-color: #C25DED; }
span { border-color: rgb(194,93,237); }
td.TdClassName
{
border-color: #C25DED;
}
.TagClassName
{
border-color: #C25DED;
}
</style>