Shades of Medium Orchid #C05FEA
Tints of Medium Orchid #C05FEA
RGB
CMYK
RGB Variations
Color information
#C05FEA (or 0xC05FEA) is known color: Medium Orchid. HEX triplet: C0, 5F and EA. RGB value is (192,95,234). Sum of RGB (Red+Green+Blue) = 192+95+234=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #C05FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FEA is #3FA015. Grayscale: #8B8B8B. Windows color (decimal): -4169750 or 15359936. OLE color: 15359936.
HSL color Cylindrical-coordinate representation of color #C05FEA: hue angle of 281.87º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C05FEA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 95 | 234 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.08 |
| HSL | 281.87º | 0.77% | 0.65% | - |
| HSV(B) | 281.87º | 0.59% | 0.92% | - |
| XYZ | 40.68 | 25.33 | 80.59 | - |
| YUV | 139.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 234 | 0.18 | 0.59 | 0 | 0.08 | 281.87 | 0.77 | 0.65 |
| Hex | C0 | 5F | EA | 12 | 3B | 0 | 8 | 11A | 4D | 41 |
| Octal | 300 | 137 | 352 | 22 | 73 | 0 | 10 | 432 | 115 | 101 |
| Binary | 11000000 | 1011111 | 11101010 | 10010 | 111011 | 0 | 1000 | 100011010 | 1001101 | 1000001 |
Color Harmonies of #C05FEA
Complementary color
Monochromatic Colors of #C05FEA
Black with #C05FEA
Text Example
Text Example
White with #C05FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FEA; }
p { color: rgb(192,95,234); }
H1.HeaderClassName
{
color: #C05FEA;
}
.AnyTagClassName
{
color: #C05FEA;
}
</style>
background-color css
<style>
a { background-color: #C05FEA; }
a { background-color: rgb(192,95,234); }
div.DivClassName
{
background-color: #C05FEA;
}
.BgClassName
{
background-color: #C05FEA;
}
</style>
border-color css
<style>
span { border-color: #C05FEA; }
span { border-color: rgb(192,95,234); }
td.TdClassName
{
border-color: #C05FEA;
}
.TagClassName
{
border-color: #C05FEA;
}
</style>