Shades of Medium Orchid #C06CE5
Tints of Medium Orchid #C06CE5
RGB
CMYK
RGB Variations
Color information
#C06CE5 (or 0xC06CE5) is known color: Medium Orchid. HEX triplet: C0, 6C and E5. RGB value is (192,108,229). Sum of RGB (Red+Green+Blue) = 192+108+229=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #C06CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CE5 is #3F931A. Grayscale: #929292. Windows color (decimal): -4166427 or 15035584. OLE color: 15035584.
HSL color Cylindrical-coordinate representation of color #C06CE5: hue angle of 281.65º 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 #C06CE5 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 108 | 229 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.10 |
| HSL | 281.65º | 0.7% | 0.66% | - |
| HSV(B) | 281.65º | 0.53% | 0.9% | - |
| XYZ | 41.24 | 27.59 | 77.28 | - |
| YUV | 146.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 229 | 0.16 | 0.53 | 0 | 0.10 | 281.65 | 0.7 | 0.66 |
| Hex | C0 | 6C | E5 | 10 | 35 | 0 | A | 11A | 46 | 42 |
| Octal | 300 | 154 | 345 | 20 | 65 | 0 | 12 | 432 | 106 | 102 |
| Binary | 11000000 | 1101100 | 11100101 | 10000 | 110101 | 0 | 1010 | 100011010 | 1000110 | 1000010 |
Color Harmonies of #C06CE5
Complementary color
Monochromatic Colors of #C06CE5
Black with #C06CE5
Text Example
Text Example
White with #C06CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CE5; }
p { color: rgb(192,108,229); }
H1.HeaderClassName
{
color: #C06CE5;
}
.AnyTagClassName
{
color: #C06CE5;
}
</style>
background-color css
<style>
a { background-color: #C06CE5; }
a { background-color: rgb(192,108,229); }
div.DivClassName
{
background-color: #C06CE5;
}
.BgClassName
{
background-color: #C06CE5;
}
</style>
border-color css
<style>
span { border-color: #C06CE5; }
span { border-color: rgb(192,108,229); }
td.TdClassName
{
border-color: #C06CE5;
}
.TagClassName
{
border-color: #C06CE5;
}
</style>