Shades of Medium Orchid #C06AE9
Tints of Medium Orchid #C06AE9
RGB
CMYK
RGB Variations
Color information
#C06AE9 (or 0xC06AE9) is known color: Medium Orchid. HEX triplet: C0, 6A and E9. RGB value is (192,106,233). Sum of RGB (Red+Green+Blue) = 192+106+233=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #C06AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AE9 is #3F9516. Grayscale: #919191. Windows color (decimal): -4166935 or 15297216. OLE color: 15297216.
HSL color Cylindrical-coordinate representation of color #C06AE9: hue angle of 280.63º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06AE9 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 106 | 233 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.09 |
| HSL | 280.63º | 0.74% | 0.66% | - |
| HSV(B) | 280.63º | 0.55% | 0.91% | - |
| XYZ | 41.6 | 27.4 | 80.19 | - |
| YUV | 146.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 233 | 0.18 | 0.55 | 0 | 0.09 | 280.63 | 0.74 | 0.66 |
| Hex | C0 | 6A | E9 | 12 | 37 | 0 | 9 | 119 | 4A | 42 |
| Octal | 300 | 152 | 351 | 22 | 67 | 0 | 11 | 431 | 112 | 102 |
| Binary | 11000000 | 1101010 | 11101001 | 10010 | 110111 | 0 | 1001 | 100011001 | 1001010 | 1000010 |
Color Harmonies of #C06AE9
Complementary color
Monochromatic Colors of #C06AE9
Black with #C06AE9
Text Example
Text Example
White with #C06AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AE9; }
p { color: rgb(192,106,233); }
H1.HeaderClassName
{
color: #C06AE9;
}
.AnyTagClassName
{
color: #C06AE9;
}
</style>
background-color css
<style>
a { background-color: #C06AE9; }
a { background-color: rgb(192,106,233); }
div.DivClassName
{
background-color: #C06AE9;
}
.BgClassName
{
background-color: #C06AE9;
}
</style>
border-color css
<style>
span { border-color: #C06AE9; }
span { border-color: rgb(192,106,233); }
td.TdClassName
{
border-color: #C06AE9;
}
.TagClassName
{
border-color: #C06AE9;
}
</style>