Shades of Medium Orchid #C061EA
Tints of Medium Orchid #C061EA
RGB
CMYK
RGB Variations
Color information
#C061EA (or 0xC061EA) is known color: Medium Orchid. HEX triplet: C0, 61 and EA. RGB value is (192,97,234). Sum of RGB (Red+Green+Blue) = 192+97+234=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #C061EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C061EA is #3F9E15. Grayscale: #8C8C8C. Windows color (decimal): -4169238 or 15360448. OLE color: 15360448.
HSL color Cylindrical-coordinate representation of color #C061EA: hue angle of 281.61º 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 #C061EA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 97 | 234 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.08 |
| HSL | 281.61º | 0.77% | 0.65% | - |
| HSV(B) | 281.61º | 0.59% | 0.92% | - |
| XYZ | 40.86 | 25.7 | 80.65 | - |
| YUV | 141.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 234 | 0.18 | 0.59 | 0 | 0.08 | 281.61 | 0.77 | 0.65 |
| Hex | C0 | 61 | EA | 12 | 3B | 0 | 8 | 11A | 4D | 41 |
| Octal | 300 | 141 | 352 | 22 | 73 | 0 | 10 | 432 | 115 | 101 |
| Binary | 11000000 | 1100001 | 11101010 | 10010 | 111011 | 0 | 1000 | 100011010 | 1001101 | 1000001 |
Color Harmonies of #C061EA
Complementary color
Monochromatic Colors of #C061EA
Black with #C061EA
Text Example
Text Example
White with #C061EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061EA; }
p { color: rgb(192,97,234); }
H1.HeaderClassName
{
color: #C061EA;
}
.AnyTagClassName
{
color: #C061EA;
}
</style>
background-color css
<style>
a { background-color: #C061EA; }
a { background-color: rgb(192,97,234); }
div.DivClassName
{
background-color: #C061EA;
}
.BgClassName
{
background-color: #C061EA;
}
</style>
border-color css
<style>
span { border-color: #C061EA; }
span { border-color: rgb(192,97,234); }
td.TdClassName
{
border-color: #C061EA;
}
.TagClassName
{
border-color: #C061EA;
}
</style>