Shades of Medium Orchid #C25BEA
Tints of Medium Orchid #C25BEA
RGB
CMYK
RGB Variations
Color information
#C25BEA (or 0xC25BEA) is known color: Medium Orchid. HEX triplet: C2, 5B and EA. RGB value is (194,91,234). Sum of RGB (Red+Green+Blue) = 194+91+234=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #C25BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BEA is #3DA415. Grayscale: #898989. Windows color (decimal): -4039702 or 15358914. OLE color: 15358914.
HSL color Cylindrical-coordinate representation of color #C25BEA: hue angle of 283.22º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C25BEA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 91 | 234 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.08 |
| HSL | 283.22º | 0.77% | 0.64% | - |
| HSV(B) | 283.22º | 0.61% | 0.92% | - |
| XYZ | 40.84 | 24.89 | 80.49 | - |
| YUV | 138.1 | 182.12 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 234 | 0.17 | 0.61 | 0 | 0.08 | 283.22 | 0.77 | 0.64 |
| Hex | C2 | 5B | EA | 11 | 3D | 0 | 8 | 11B | 4D | 40 |
| Octal | 302 | 133 | 352 | 21 | 75 | 0 | 10 | 433 | 115 | 100 |
| Binary | 11000010 | 1011011 | 11101010 | 10001 | 111101 | 0 | 1000 | 100011011 | 1001101 | 1000000 |
Color Harmonies of #C25BEA
Complementary color
Monochromatic Colors of #C25BEA
Black with #C25BEA
Text Example
Text Example
White with #C25BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BEA; }
p { color: rgb(194,91,234); }
H1.HeaderClassName
{
color: #C25BEA;
}
.AnyTagClassName
{
color: #C25BEA;
}
</style>
background-color css
<style>
a { background-color: #C25BEA; }
a { background-color: rgb(194,91,234); }
div.DivClassName
{
background-color: #C25BEA;
}
.BgClassName
{
background-color: #C25BEA;
}
</style>
border-color css
<style>
span { border-color: #C25BEA; }
span { border-color: rgb(194,91,234); }
td.TdClassName
{
border-color: #C25BEA;
}
.TagClassName
{
border-color: #C25BEA;
}
</style>