Shades of Medium Orchid #C06FCC
Tints of Medium Orchid #C06FCC
RGB
CMYK
RGB Variations
Color information
#C06FCC (or 0xC06FCC) is known color: Medium Orchid. HEX triplet: C0, 6F and CC. RGB value is (192,111,204). Sum of RGB (Red+Green+Blue) = 192+111+204=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #C06FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FCC is #3F9033. Grayscale: #919191. Windows color (decimal): -4165684 or 13397952. OLE color: 13397952.
HSL color Cylindrical-coordinate representation of color #C06FCC: hue angle of 292.26º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06FCC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 111 | 204 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.2 |
| HSL | 292.26º | 0.48% | 0.62% | - |
| HSV(B) | 292.26º | 0.46% | 0.8% | - |
| XYZ | 38.32 | 26.93 | 60.31 | - |
| YUV | 145.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 204 | 0.06 | 0.46 | 0 | 0.2 | 292.26 | 0.48 | 0.62 |
| Hex | C0 | 6F | CC | 6 | 2E | 0 | 14 | 124 | 30 | 3E |
| Octal | 300 | 157 | 314 | 6 | 56 | 0 | 24 | 444 | 60 | 76 |
| Binary | 11000000 | 1101111 | 11001100 | 110 | 101110 | 0 | 10100 | 100100100 | 110000 | 111110 |
Color Harmonies of #C06FCC
Complementary color
Monochromatic Colors of #C06FCC
Black with #C06FCC
Text Example
Text Example
White with #C06FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FCC; }
p { color: rgb(192,111,204); }
H1.HeaderClassName
{
color: #C06FCC;
}
.AnyTagClassName
{
color: #C06FCC;
}
</style>
background-color css
<style>
a { background-color: #C06FCC; }
a { background-color: rgb(192,111,204); }
div.DivClassName
{
background-color: #C06FCC;
}
.BgClassName
{
background-color: #C06FCC;
}
</style>
border-color css
<style>
span { border-color: #C06FCC; }
span { border-color: rgb(192,111,204); }
td.TdClassName
{
border-color: #C06FCC;
}
.TagClassName
{
border-color: #C06FCC;
}
</style>