Shades of Medium Orchid #C06CE7
Tints of Medium Orchid #C06CE7
RGB
CMYK
RGB Variations
Color information
#C06CE7 (or 0xC06CE7) is known color: Medium Orchid. HEX triplet: C0, 6C and E7. RGB value is (192,108,231). Sum of RGB (Red+Green+Blue) = 192+108+231=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #C06CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CE7 is #3F9318. Grayscale: #929292. Windows color (decimal): -4166425 or 15166656. OLE color: 15166656.
HSL color Cylindrical-coordinate representation of color #C06CE7: hue angle of 280.98º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06CE7 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 108 | 231 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.09 |
| HSL | 280.98º | 0.72% | 0.66% | - |
| HSV(B) | 280.98º | 0.53% | 0.91% | - |
| XYZ | 41.52 | 27.7 | 78.76 | - |
| YUV | 147.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 231 | 0.17 | 0.53 | 0 | 0.09 | 280.98 | 0.72 | 0.66 |
| Hex | C0 | 6C | E7 | 11 | 35 | 0 | 9 | 119 | 48 | 42 |
| Octal | 300 | 154 | 347 | 21 | 65 | 0 | 11 | 431 | 110 | 102 |
| Binary | 11000000 | 1101100 | 11100111 | 10001 | 110101 | 0 | 1001 | 100011001 | 1001000 | 1000010 |
Color Harmonies of #C06CE7
Complementary color
Monochromatic Colors of #C06CE7
Black with #C06CE7
Text Example
Text Example
White with #C06CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CE7; }
p { color: rgb(192,108,231); }
H1.HeaderClassName
{
color: #C06CE7;
}
.AnyTagClassName
{
color: #C06CE7;
}
</style>
background-color css
<style>
a { background-color: #C06CE7; }
a { background-color: rgb(192,108,231); }
div.DivClassName
{
background-color: #C06CE7;
}
.BgClassName
{
background-color: #C06CE7;
}
</style>
border-color css
<style>
span { border-color: #C06CE7; }
span { border-color: rgb(192,108,231); }
td.TdClassName
{
border-color: #C06CE7;
}
.TagClassName
{
border-color: #C06CE7;
}
</style>