Shades of Medium Orchid #C06BE5
Tints of Medium Orchid #C06BE5
RGB
CMYK
RGB Variations
Color information
#C06BE5 (or 0xC06BE5) is known color: Medium Orchid. HEX triplet: C0, 6B and E5. RGB value is (192,107,229). Sum of RGB (Red+Green+Blue) = 192+107+229=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #C06BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BE5 is #3F941A. Grayscale: #919191. Windows color (decimal): -4166683 or 15035328. OLE color: 15035328.
HSL color Cylindrical-coordinate representation of color #C06BE5: hue angle of 281.8º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06BE5 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 107 | 229 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.10 |
| HSL | 281.8º | 0.7% | 0.66% | - |
| HSV(B) | 281.8º | 0.53% | 0.9% | - |
| XYZ | 41.14 | 27.38 | 77.25 | - |
| YUV | 146.32 | 174.66 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 229 | 0.16 | 0.53 | 0 | 0.10 | 281.8 | 0.7 | 0.66 |
| Hex | C0 | 6B | E5 | 10 | 35 | 0 | A | 11A | 46 | 42 |
| Octal | 300 | 153 | 345 | 20 | 65 | 0 | 12 | 432 | 106 | 102 |
| Binary | 11000000 | 1101011 | 11100101 | 10000 | 110101 | 0 | 1010 | 100011010 | 1000110 | 1000010 |
Color Harmonies of #C06BE5
Complementary color
Monochromatic Colors of #C06BE5
Black with #C06BE5
Text Example
Text Example
White with #C06BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BE5; }
p { color: rgb(192,107,229); }
H1.HeaderClassName
{
color: #C06BE5;
}
.AnyTagClassName
{
color: #C06BE5;
}
</style>
background-color css
<style>
a { background-color: #C06BE5; }
a { background-color: rgb(192,107,229); }
div.DivClassName
{
background-color: #C06BE5;
}
.BgClassName
{
background-color: #C06BE5;
}
</style>
border-color css
<style>
span { border-color: #C06BE5; }
span { border-color: rgb(192,107,229); }
td.TdClassName
{
border-color: #C06BE5;
}
.TagClassName
{
border-color: #C06BE5;
}
</style>