Shades of Medium Orchid #C06BE8
Tints of Medium Orchid #C06BE8
RGB
CMYK
RGB Variations
Color information
#C06BE8 (or 0xC06BE8) is known color: Medium Orchid. HEX triplet: C0, 6B and E8. RGB value is (192,107,232). Sum of RGB (Red+Green+Blue) = 192+107+232=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #C06BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BE8 is #3F9417. Grayscale: #929292. Windows color (decimal): -4166680 or 15231936. OLE color: 15231936.
HSL color Cylindrical-coordinate representation of color #C06BE8: hue angle of 280.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06BE8 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 107 | 232 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.09 |
| HSL | 280.8º | 0.73% | 0.66% | - |
| HSV(B) | 280.8º | 0.54% | 0.91% | - |
| XYZ | 41.56 | 27.55 | 79.47 | - |
| YUV | 146.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 232 | 0.17 | 0.54 | 0 | 0.09 | 280.8 | 0.73 | 0.66 |
| Hex | C0 | 6B | E8 | 11 | 36 | 0 | 9 | 119 | 49 | 42 |
| Octal | 300 | 153 | 350 | 21 | 66 | 0 | 11 | 431 | 111 | 102 |
| Binary | 11000000 | 1101011 | 11101000 | 10001 | 110110 | 0 | 1001 | 100011001 | 1001001 | 1000010 |
Color Harmonies of #C06BE8
Complementary color
Monochromatic Colors of #C06BE8
Black with #C06BE8
Text Example
Text Example
White with #C06BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BE8; }
p { color: rgb(192,107,232); }
H1.HeaderClassName
{
color: #C06BE8;
}
.AnyTagClassName
{
color: #C06BE8;
}
</style>
background-color css
<style>
a { background-color: #C06BE8; }
a { background-color: rgb(192,107,232); }
div.DivClassName
{
background-color: #C06BE8;
}
.BgClassName
{
background-color: #C06BE8;
}
</style>
border-color css
<style>
span { border-color: #C06BE8; }
span { border-color: rgb(192,107,232); }
td.TdClassName
{
border-color: #C06BE8;
}
.TagClassName
{
border-color: #C06BE8;
}
</style>