Shades of Medium Orchid #C067E1
Tints of Medium Orchid #C067E1
RGB
CMYK
RGB Variations
Color information
#C067E1 (or 0xC067E1) is known color: Medium Orchid. HEX triplet: C0, 67 and E1. RGB value is (192,103,225). Sum of RGB (Red+Green+Blue) = 192+103+225=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #C067E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067E1 is #3F981E. Grayscale: #8F8F8F. Windows color (decimal): -4167711 or 14772160. OLE color: 14772160.
HSL color Cylindrical-coordinate representation of color #C067E1: hue angle of 283.77º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C067E1 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 103 | 225 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.12 |
| HSL | 283.77º | 0.67% | 0.64% | - |
| HSV(B) | 283.77º | 0.54% | 0.88% | - |
| XYZ | 40.18 | 26.34 | 74.2 | - |
| YUV | 143.52 | 173.99 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 225 | 0.15 | 0.54 | 0 | 0.12 | 283.77 | 0.67 | 0.64 |
| Hex | C0 | 67 | E1 | F | 36 | 0 | C | 11C | 43 | 40 |
| Octal | 300 | 147 | 341 | 17 | 66 | 0 | 14 | 434 | 103 | 100 |
| Binary | 11000000 | 1100111 | 11100001 | 1111 | 110110 | 0 | 1100 | 100011100 | 1000011 | 1000000 |
Color Harmonies of #C067E1
Complementary color
Monochromatic Colors of #C067E1
Black with #C067E1
Text Example
Text Example
White with #C067E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067E1; }
p { color: rgb(192,103,225); }
H1.HeaderClassName
{
color: #C067E1;
}
.AnyTagClassName
{
color: #C067E1;
}
</style>
background-color css
<style>
a { background-color: #C067E1; }
a { background-color: rgb(192,103,225); }
div.DivClassName
{
background-color: #C067E1;
}
.BgClassName
{
background-color: #C067E1;
}
</style>
border-color css
<style>
span { border-color: #C067E1; }
span { border-color: rgb(192,103,225); }
td.TdClassName
{
border-color: #C067E1;
}
.TagClassName
{
border-color: #C067E1;
}
</style>