Shades of Medium Orchid #C25BED
Tints of Medium Orchid #C25BED
RGB
CMYK
RGB Variations
Color information
#C25BED (or 0xC25BED) is known color: Medium Orchid. HEX triplet: C2, 5B and ED. RGB value is (194,91,237). Sum of RGB (Red+Green+Blue) = 194+91+237=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #C25BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BED is #3DA412. Grayscale: #898989. Windows color (decimal): -4039699 or 15555522. OLE color: 15555522.
HSL color Cylindrical-coordinate representation of color #C25BED: hue angle of 282.33º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25BED is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 91 | 237 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.07 |
| HSL | 282.33º | 0.8% | 0.64% | - |
| HSV(B) | 282.33º | 0.62% | 0.93% | - |
| XYZ | 41.28 | 25.07 | 82.78 | - |
| YUV | 138.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 237 | 0.18 | 0.62 | 0 | 0.07 | 282.33 | 0.8 | 0.64 |
| Hex | C2 | 5B | ED | 12 | 3E | 0 | 7 | 11A | 50 | 40 |
| Octal | 302 | 133 | 355 | 22 | 76 | 0 | 7 | 432 | 120 | 100 |
| Binary | 11000010 | 1011011 | 11101101 | 10010 | 111110 | 0 | 111 | 100011010 | 1010000 | 1000000 |
Color Harmonies of #C25BED
Complementary color
Monochromatic Colors of #C25BED
Black with #C25BED
Text Example
Text Example
White with #C25BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BED; }
p { color: rgb(194,91,237); }
H1.HeaderClassName
{
color: #C25BED;
}
.AnyTagClassName
{
color: #C25BED;
}
</style>
background-color css
<style>
a { background-color: #C25BED; }
a { background-color: rgb(194,91,237); }
div.DivClassName
{
background-color: #C25BED;
}
.BgClassName
{
background-color: #C25BED;
}
</style>
border-color css
<style>
span { border-color: #C25BED; }
span { border-color: rgb(194,91,237); }
td.TdClassName
{
border-color: #C25BED;
}
.TagClassName
{
border-color: #C25BED;
}
</style>