Shades of Medium Orchid #C06CCC
Tints of Medium Orchid #C06CCC
RGB
CMYK
RGB Variations
Color information
#C06CCC (or 0xC06CCC) is known color: Medium Orchid. HEX triplet: C0, 6C and CC. RGB value is (192,108,204). Sum of RGB (Red+Green+Blue) = 192+108+204=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #C06CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CCC is #3F9333. Grayscale: #8F8F8F. Windows color (decimal): -4166452 or 13397184. OLE color: 13397184.
HSL color Cylindrical-coordinate representation of color #C06CCC: hue angle of 292.5º 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 #C06CCC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 108 | 204 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.2 |
| HSL | 292.5º | 0.48% | 0.61% | - |
| HSV(B) | 292.5º | 0.47% | 0.8% | - |
| XYZ | 38 | 26.29 | 60.2 | - |
| YUV | 144.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 204 | 0.06 | 0.47 | 0 | 0.2 | 292.5 | 0.48 | 0.61 |
| Hex | C0 | 6C | CC | 6 | 2F | 0 | 14 | 124 | 30 | 3D |
| Octal | 300 | 154 | 314 | 6 | 57 | 0 | 24 | 444 | 60 | 75 |
| Binary | 11000000 | 1101100 | 11001100 | 110 | 101111 | 0 | 10100 | 100100100 | 110000 | 111101 |
Color Harmonies of #C06CCC
Complementary color
Monochromatic Colors of #C06CCC
Black with #C06CCC
Text Example
Text Example
White with #C06CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CCC; }
p { color: rgb(192,108,204); }
H1.HeaderClassName
{
color: #C06CCC;
}
.AnyTagClassName
{
color: #C06CCC;
}
</style>
background-color css
<style>
a { background-color: #C06CCC; }
a { background-color: rgb(192,108,204); }
div.DivClassName
{
background-color: #C06CCC;
}
.BgClassName
{
background-color: #C06CCC;
}
</style>
border-color css
<style>
span { border-color: #C06CCC; }
span { border-color: rgb(192,108,204); }
td.TdClassName
{
border-color: #C06CCC;
}
.TagClassName
{
border-color: #C06CCC;
}
</style>