Shades of Medium Orchid #C06DCC
Tints of Medium Orchid #C06DCC
RGB
CMYK
RGB Variations
Color information
#C06DCC (or 0xC06DCC) is known color: Medium Orchid. HEX triplet: C0, 6D and CC. RGB value is (192,109,204). Sum of RGB (Red+Green+Blue) = 192+109+204=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #C06DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DCC is #3F9233. Grayscale: #909090. Windows color (decimal): -4166196 or 13397440. OLE color: 13397440.
HSL color Cylindrical-coordinate representation of color #C06DCC: hue angle of 292.42º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06DCC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 109 | 204 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.2 |
| HSL | 292.42º | 0.48% | 0.61% | - |
| HSV(B) | 292.42º | 0.47% | 0.8% | - |
| XYZ | 38.11 | 26.5 | 60.23 | - |
| YUV | 144.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 204 | 0.06 | 0.47 | 0 | 0.2 | 292.42 | 0.48 | 0.61 |
| Hex | C0 | 6D | CC | 6 | 2F | 0 | 14 | 124 | 30 | 3D |
| Octal | 300 | 155 | 314 | 6 | 57 | 0 | 24 | 444 | 60 | 75 |
| Binary | 11000000 | 1101101 | 11001100 | 110 | 101111 | 0 | 10100 | 100100100 | 110000 | 111101 |
Color Harmonies of #C06DCC
Complementary color
Monochromatic Colors of #C06DCC
Black with #C06DCC
Text Example
Text Example
White with #C06DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DCC; }
p { color: rgb(192,109,204); }
H1.HeaderClassName
{
color: #C06DCC;
}
.AnyTagClassName
{
color: #C06DCC;
}
</style>
background-color css
<style>
a { background-color: #C06DCC; }
a { background-color: rgb(192,109,204); }
div.DivClassName
{
background-color: #C06DCC;
}
.BgClassName
{
background-color: #C06DCC;
}
</style>
border-color css
<style>
span { border-color: #C06DCC; }
span { border-color: rgb(192,109,204); }
td.TdClassName
{
border-color: #C06DCC;
}
.TagClassName
{
border-color: #C06DCC;
}
</style>