Shades of Medium Orchid #C06BCC
Tints of Medium Orchid #C06BCC
RGB
CMYK
RGB Variations
Color information
#C06BCC (or 0xC06BCC) is known color: Medium Orchid. HEX triplet: C0, 6B and CC. RGB value is (192,107,204). Sum of RGB (Red+Green+Blue) = 192+107+204=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #C06BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BCC is #3F9433. Grayscale: #8F8F8F. Windows color (decimal): -4166708 or 13396928. OLE color: 13396928.
HSL color Cylindrical-coordinate representation of color #C06BCC: hue angle of 292.58º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06BCC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 107 | 204 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.2 |
| HSL | 292.58º | 0.49% | 0.61% | - |
| HSV(B) | 292.58º | 0.48% | 0.8% | - |
| XYZ | 37.9 | 26.08 | 60.16 | - |
| YUV | 143.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 204 | 0.06 | 0.48 | 0 | 0.2 | 292.58 | 0.49 | 0.61 |
| Hex | C0 | 6B | CC | 6 | 30 | 0 | 14 | 125 | 31 | 3D |
| Octal | 300 | 153 | 314 | 6 | 60 | 0 | 24 | 445 | 61 | 75 |
| Binary | 11000000 | 1101011 | 11001100 | 110 | 110000 | 0 | 10100 | 100100101 | 110001 | 111101 |
Color Harmonies of #C06BCC
Complementary color
Monochromatic Colors of #C06BCC
Black with #C06BCC
Text Example
Text Example
White with #C06BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BCC; }
p { color: rgb(192,107,204); }
H1.HeaderClassName
{
color: #C06BCC;
}
.AnyTagClassName
{
color: #C06BCC;
}
</style>
background-color css
<style>
a { background-color: #C06BCC; }
a { background-color: rgb(192,107,204); }
div.DivClassName
{
background-color: #C06BCC;
}
.BgClassName
{
background-color: #C06BCC;
}
</style>
border-color css
<style>
span { border-color: #C06BCC; }
span { border-color: rgb(192,107,204); }
td.TdClassName
{
border-color: #C06BCC;
}
.TagClassName
{
border-color: #C06BCC;
}
</style>