Shades of Medium Orchid #C25BEC
Tints of Medium Orchid #C25BEC
RGB
CMYK
RGB Variations
Color information
#C25BEC (or 0xC25BEC) is known color: Medium Orchid. HEX triplet: C2, 5B and EC. RGB value is (194,91,236). Sum of RGB (Red+Green+Blue) = 194+91+236=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #C25BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BEC is #3DA413. Grayscale: #898989. Windows color (decimal): -4039700 or 15489986. OLE color: 15489986.
HSL color Cylindrical-coordinate representation of color #C25BEC: hue angle of 282.62º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C25BEC is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 91 | 236 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.07 |
| HSL | 282.62º | 0.79% | 0.64% | - |
| HSV(B) | 282.62º | 0.61% | 0.93% | - |
| XYZ | 41.13 | 25.01 | 82.02 | - |
| YUV | 138.33 | 183.12 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 236 | 0.18 | 0.61 | 0 | 0.07 | 282.62 | 0.79 | 0.64 |
| Hex | C2 | 5B | EC | 12 | 3D | 0 | 7 | 11B | 4F | 40 |
| Octal | 302 | 133 | 354 | 22 | 75 | 0 | 7 | 433 | 117 | 100 |
| Binary | 11000010 | 1011011 | 11101100 | 10010 | 111101 | 0 | 111 | 100011011 | 1001111 | 1000000 |
Color Harmonies of #C25BEC
Complementary color
Monochromatic Colors of #C25BEC
Black with #C25BEC
Text Example
Text Example
White with #C25BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BEC; }
p { color: rgb(194,91,236); }
H1.HeaderClassName
{
color: #C25BEC;
}
.AnyTagClassName
{
color: #C25BEC;
}
</style>
background-color css
<style>
a { background-color: #C25BEC; }
a { background-color: rgb(194,91,236); }
div.DivClassName
{
background-color: #C25BEC;
}
.BgClassName
{
background-color: #C25BEC;
}
</style>
border-color css
<style>
span { border-color: #C25BEC; }
span { border-color: rgb(194,91,236); }
td.TdClassName
{
border-color: #C25BEC;
}
.TagClassName
{
border-color: #C25BEC;
}
</style>