Shades of Medium Orchid #C06AE6
Tints of Medium Orchid #C06AE6
RGB
CMYK
RGB Variations
Color information
#C06AE6 (or 0xC06AE6) is known color: Medium Orchid. HEX triplet: C0, 6A and E6. RGB value is (192,106,230). Sum of RGB (Red+Green+Blue) = 192+106+230=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #C06AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AE6 is #3F9519. Grayscale: #919191. Windows color (decimal): -4166938 or 15100608. OLE color: 15100608.
HSL color Cylindrical-coordinate representation of color #C06AE6: hue angle of 281.61º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06AE6 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 106 | 230 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.10 |
| HSL | 281.61º | 0.71% | 0.66% | - |
| HSV(B) | 281.61º | 0.54% | 0.9% | - |
| XYZ | 41.18 | 27.23 | 77.95 | - |
| YUV | 145.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 230 | 0.17 | 0.54 | 0 | 0.10 | 281.61 | 0.71 | 0.66 |
| Hex | C0 | 6A | E6 | 11 | 36 | 0 | A | 11A | 47 | 42 |
| Octal | 300 | 152 | 346 | 21 | 66 | 0 | 12 | 432 | 107 | 102 |
| Binary | 11000000 | 1101010 | 11100110 | 10001 | 110110 | 0 | 1010 | 100011010 | 1000111 | 1000010 |
Color Harmonies of #C06AE6
Complementary color
Monochromatic Colors of #C06AE6
Black with #C06AE6
Text Example
Text Example
White with #C06AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AE6; }
p { color: rgb(192,106,230); }
H1.HeaderClassName
{
color: #C06AE6;
}
.AnyTagClassName
{
color: #C06AE6;
}
</style>
background-color css
<style>
a { background-color: #C06AE6; }
a { background-color: rgb(192,106,230); }
div.DivClassName
{
background-color: #C06AE6;
}
.BgClassName
{
background-color: #C06AE6;
}
</style>
border-color css
<style>
span { border-color: #C06AE6; }
span { border-color: rgb(192,106,230); }
td.TdClassName
{
border-color: #C06AE6;
}
.TagClassName
{
border-color: #C06AE6;
}
</style>