Shades of Medium Orchid #C067EB
Tints of Medium Orchid #C067EB
RGB
CMYK
RGB Variations
Color information
#C067EB (or 0xC067EB) is known color: Medium Orchid. HEX triplet: C0, 67 and EB. RGB value is (192,103,235). Sum of RGB (Red+Green+Blue) = 192+103+235=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #C067EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C067EB is #3F9814. Grayscale: #909090. Windows color (decimal): -4167701 or 15427520. OLE color: 15427520.
HSL color Cylindrical-coordinate representation of color #C067EB: hue angle of 280.45º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C067EB is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 103 | 235 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.08 |
| HSL | 280.45º | 0.77% | 0.66% | - |
| HSV(B) | 280.45º | 0.56% | 0.92% | - |
| XYZ | 41.58 | 26.91 | 81.6 | - |
| YUV | 144.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 235 | 0.18 | 0.56 | 0 | 0.08 | 280.45 | 0.77 | 0.66 |
| Hex | C0 | 67 | EB | 12 | 38 | 0 | 8 | 118 | 4D | 42 |
| Octal | 300 | 147 | 353 | 22 | 70 | 0 | 10 | 430 | 115 | 102 |
| Binary | 11000000 | 1100111 | 11101011 | 10010 | 111000 | 0 | 1000 | 100011000 | 1001101 | 1000010 |
Color Harmonies of #C067EB
Complementary color
Monochromatic Colors of #C067EB
Black with #C067EB
Text Example
Text Example
White with #C067EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067EB; }
p { color: rgb(192,103,235); }
H1.HeaderClassName
{
color: #C067EB;
}
.AnyTagClassName
{
color: #C067EB;
}
</style>
background-color css
<style>
a { background-color: #C067EB; }
a { background-color: rgb(192,103,235); }
div.DivClassName
{
background-color: #C067EB;
}
.BgClassName
{
background-color: #C067EB;
}
</style>
border-color css
<style>
span { border-color: #C067EB; }
span { border-color: rgb(192,103,235); }
td.TdClassName
{
border-color: #C067EB;
}
.TagClassName
{
border-color: #C067EB;
}
</style>