Shades of Medium Orchid #C064EA
Tints of Medium Orchid #C064EA
RGB
CMYK
RGB Variations
Color information
#C064EA (or 0xC064EA) is known color: Medium Orchid. HEX triplet: C0, 64 and EA. RGB value is (192,100,234). Sum of RGB (Red+Green+Blue) = 192+100+234=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #C064EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064EA is #3F9B15. Grayscale: #8E8E8E. Windows color (decimal): -4168470 or 15361216. OLE color: 15361216.
HSL color Cylindrical-coordinate representation of color #C064EA: hue angle of 281.19º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C064EA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 100 | 234 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.08 |
| HSL | 281.19º | 0.76% | 0.65% | - |
| HSV(B) | 281.19º | 0.57% | 0.92% | - |
| XYZ | 41.15 | 26.26 | 80.74 | - |
| YUV | 142.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 234 | 0.18 | 0.57 | 0 | 0.08 | 281.19 | 0.76 | 0.65 |
| Hex | C0 | 64 | EA | 12 | 39 | 0 | 8 | 119 | 4C | 41 |
| Octal | 300 | 144 | 352 | 22 | 71 | 0 | 10 | 431 | 114 | 101 |
| Binary | 11000000 | 1100100 | 11101010 | 10010 | 111001 | 0 | 1000 | 100011001 | 1001100 | 1000001 |
Color Harmonies of #C064EA
Complementary color
Monochromatic Colors of #C064EA
Black with #C064EA
Text Example
Text Example
White with #C064EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064EA; }
p { color: rgb(192,100,234); }
H1.HeaderClassName
{
color: #C064EA;
}
.AnyTagClassName
{
color: #C064EA;
}
</style>
background-color css
<style>
a { background-color: #C064EA; }
a { background-color: rgb(192,100,234); }
div.DivClassName
{
background-color: #C064EA;
}
.BgClassName
{
background-color: #C064EA;
}
</style>
border-color css
<style>
span { border-color: #C064EA; }
span { border-color: rgb(192,100,234); }
td.TdClassName
{
border-color: #C064EA;
}
.TagClassName
{
border-color: #C064EA;
}
</style>