Shades of Medium Orchid #C06CCA
Tints of Medium Orchid #C06CCA
RGB
CMYK
RGB Variations
Color information
#C06CCA (or 0xC06CCA) is known color: Medium Orchid. HEX triplet: C0, 6C and CA. RGB value is (192,108,202). Sum of RGB (Red+Green+Blue) = 192+108+202=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #C06CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CCA is #3F9335. Grayscale: #8F8F8F. Windows color (decimal): -4166454 or 13266112. OLE color: 13266112.
HSL color Cylindrical-coordinate representation of color #C06CCA: hue angle of 293.62º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06CCA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 108 | 202 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.21 |
| HSL | 293.62º | 0.47% | 0.61% | - |
| HSV(B) | 293.62º | 0.47% | 0.79% | - |
| XYZ | 37.76 | 26.2 | 58.94 | - |
| YUV | 143.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 202 | 0.05 | 0.47 | 0 | 0.21 | 293.62 | 0.47 | 0.61 |
| Hex | C0 | 6C | CA | 5 | 2F | 0 | 15 | 126 | 2F | 3D |
| Octal | 300 | 154 | 312 | 5 | 57 | 0 | 25 | 446 | 57 | 75 |
| Binary | 11000000 | 1101100 | 11001010 | 101 | 101111 | 0 | 10101 | 100100110 | 101111 | 111101 |
Color Harmonies of #C06CCA
Complementary color
Monochromatic Colors of #C06CCA
Black with #C06CCA
Text Example
Text Example
White with #C06CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CCA; }
p { color: rgb(192,108,202); }
H1.HeaderClassName
{
color: #C06CCA;
}
.AnyTagClassName
{
color: #C06CCA;
}
</style>
background-color css
<style>
a { background-color: #C06CCA; }
a { background-color: rgb(192,108,202); }
div.DivClassName
{
background-color: #C06CCA;
}
.BgClassName
{
background-color: #C06CCA;
}
</style>
border-color css
<style>
span { border-color: #C06CCA; }
span { border-color: rgb(192,108,202); }
td.TdClassName
{
border-color: #C06CCA;
}
.TagClassName
{
border-color: #C06CCA;
}
</style>