Shades of Medium Orchid #C06AEB
Tints of Medium Orchid #C06AEB
RGB
CMYK
RGB Variations
Color information
#C06AEB (or 0xC06AEB) is known color: Medium Orchid. HEX triplet: C0, 6A and EB. RGB value is (192,106,235). Sum of RGB (Red+Green+Blue) = 192+106+235=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #C06AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AEB is #3F9514. Grayscale: #919191. Windows color (decimal): -4166933 or 15428288. OLE color: 15428288.
HSL color Cylindrical-coordinate representation of color #C06AEB: hue angle of 280º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06AEB is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 106 | 235 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.08 |
| HSL | 280º | 0.76% | 0.67% | - |
| HSV(B) | 280º | 0.55% | 0.92% | - |
| XYZ | 41.89 | 27.51 | 81.7 | - |
| YUV | 146.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 235 | 0.18 | 0.55 | 0 | 0.08 | 280 | 0.76 | 0.67 |
| Hex | C0 | 6A | EB | 12 | 37 | 0 | 8 | 118 | 4C | 43 |
| Octal | 300 | 152 | 353 | 22 | 67 | 0 | 10 | 430 | 114 | 103 |
| Binary | 11000000 | 1101010 | 11101011 | 10010 | 110111 | 0 | 1000 | 100011000 | 1001100 | 1000011 |
Color Harmonies of #C06AEB
Complementary color
Monochromatic Colors of #C06AEB
Black with #C06AEB
Text Example
Text Example
White with #C06AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AEB; }
p { color: rgb(192,106,235); }
H1.HeaderClassName
{
color: #C06AEB;
}
.AnyTagClassName
{
color: #C06AEB;
}
</style>
background-color css
<style>
a { background-color: #C06AEB; }
a { background-color: rgb(192,106,235); }
div.DivClassName
{
background-color: #C06AEB;
}
.BgClassName
{
background-color: #C06AEB;
}
</style>
border-color css
<style>
span { border-color: #C06AEB; }
span { border-color: rgb(192,106,235); }
td.TdClassName
{
border-color: #C06AEB;
}
.TagClassName
{
border-color: #C06AEB;
}
</style>