Shades of Medium Orchid #C25BE3
Tints of Medium Orchid #C25BE3
RGB
CMYK
RGB Variations
Color information
#C25BE3 (or 0xC25BE3) is known color: Medium Orchid. HEX triplet: C2, 5B and E3. RGB value is (194,91,227). Sum of RGB (Red+Green+Blue) = 194+91+227=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 227 - color contains mainly: blue. Hex color #C25BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BE3 is #3DA41C. Grayscale: #888888. Windows color (decimal): -4039709 or 14900162. OLE color: 14900162.
HSL color Cylindrical-coordinate representation of color #C25BE3: hue angle of 285.44º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25BE3 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 91 | 227 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.11 |
| HSL | 285.44º | 0.71% | 0.62% | - |
| HSV(B) | 285.44º | 0.6% | 0.89% | - |
| XYZ | 39.85 | 24.5 | 75.3 | - |
| YUV | 137.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 227 | 0.15 | 0.60 | 0 | 0.11 | 285.44 | 0.71 | 0.62 |
| Hex | C2 | 5B | E3 | F | 3C | 0 | B | 11D | 47 | 3E |
| Octal | 302 | 133 | 343 | 17 | 74 | 0 | 13 | 435 | 107 | 76 |
| Binary | 11000010 | 1011011 | 11100011 | 1111 | 111100 | 0 | 1011 | 100011101 | 1000111 | 111110 |
Color Harmonies of #C25BE3
Complementary color
Monochromatic Colors of #C25BE3
Black with #C25BE3
Text Example
Text Example
White with #C25BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BE3; }
p { color: rgb(194,91,227); }
H1.HeaderClassName
{
color: #C25BE3;
}
.AnyTagClassName
{
color: #C25BE3;
}
</style>
background-color css
<style>
a { background-color: #C25BE3; }
a { background-color: rgb(194,91,227); }
div.DivClassName
{
background-color: #C25BE3;
}
.BgClassName
{
background-color: #C25BE3;
}
</style>
border-color css
<style>
span { border-color: #C25BE3; }
span { border-color: rgb(194,91,227); }
td.TdClassName
{
border-color: #C25BE3;
}
.TagClassName
{
border-color: #C25BE3;
}
</style>