Shades of Medium Orchid #C071CC
Tints of Medium Orchid #C071CC
RGB
CMYK
RGB Variations
Color information
#C071CC (or 0xC071CC) is known color: Medium Orchid. HEX triplet: C0, 71 and CC. RGB value is (192,113,204). Sum of RGB (Red+Green+Blue) = 192+113+204=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #C071CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071CC is #3F8E33. Grayscale: #929292. Windows color (decimal): -4165172 or 13398464. OLE color: 13398464.
HSL color Cylindrical-coordinate representation of color #C071CC: hue angle of 292.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C071CC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 113 | 204 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.2 |
| HSL | 292.09º | 0.47% | 0.62% | - |
| HSV(B) | 292.09º | 0.45% | 0.8% | - |
| XYZ | 38.54 | 27.38 | 60.38 | - |
| YUV | 147 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 204 | 0.06 | 0.45 | 0 | 0.2 | 292.09 | 0.47 | 0.62 |
| Hex | C0 | 71 | CC | 6 | 2D | 0 | 14 | 124 | 2F | 3E |
| Octal | 300 | 161 | 314 | 6 | 55 | 0 | 24 | 444 | 57 | 76 |
| Binary | 11000000 | 1110001 | 11001100 | 110 | 101101 | 0 | 10100 | 100100100 | 101111 | 111110 |
Color Harmonies of #C071CC
Complementary color
Monochromatic Colors of #C071CC
Black with #C071CC
Text Example
Text Example
White with #C071CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071CC; }
p { color: rgb(192,113,204); }
H1.HeaderClassName
{
color: #C071CC;
}
.AnyTagClassName
{
color: #C071CC;
}
</style>
background-color css
<style>
a { background-color: #C071CC; }
a { background-color: rgb(192,113,204); }
div.DivClassName
{
background-color: #C071CC;
}
.BgClassName
{
background-color: #C071CC;
}
</style>
border-color css
<style>
span { border-color: #C071CC; }
span { border-color: rgb(192,113,204); }
td.TdClassName
{
border-color: #C071CC;
}
.TagClassName
{
border-color: #C071CC;
}
</style>