Shades of Orchid #C076C5
Tints of Orchid #C076C5
RGB
CMYK
RGB Variations
Color information
#C076C5 (or 0xC076C5) is known color: Orchid. HEX triplet: C0, 76 and C5. RGB value is (192,118,197). Sum of RGB (Red+Green+Blue) = 192+118+197=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #C076C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076C5 is #3F893A. Grayscale: #949494. Windows color (decimal): -4163899 or 12940992. OLE color: 12940992.
HSL color Cylindrical-coordinate representation of color #C076C5: hue angle of 296.2º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C076C5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 118 | 197 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.23 |
| HSL | 296.2º | 0.41% | 0.62% | - |
| HSV(B) | 296.2º | 0.4% | 0.77% | - |
| XYZ | 38.29 | 28.19 | 56.25 | - |
| YUV | 149.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 197 | 0.03 | 0.40 | 0 | 0.23 | 296.2 | 0.41 | 0.62 |
| Hex | C0 | 76 | C5 | 3 | 28 | 0 | 17 | 128 | 29 | 3E |
| Octal | 300 | 166 | 305 | 3 | 50 | 0 | 27 | 450 | 51 | 76 |
| Binary | 11000000 | 1110110 | 11000101 | 11 | 101000 | 0 | 10111 | 100101000 | 101001 | 111110 |
Color Harmonies of #C076C5
Complementary color
Monochromatic Colors of #C076C5
Black with #C076C5
Text Example
Text Example
White with #C076C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076C5; }
p { color: rgb(192,118,197); }
H1.HeaderClassName
{
color: #C076C5;
}
.AnyTagClassName
{
color: #C076C5;
}
</style>
background-color css
<style>
a { background-color: #C076C5; }
a { background-color: rgb(192,118,197); }
div.DivClassName
{
background-color: #C076C5;
}
.BgClassName
{
background-color: #C076C5;
}
</style>
border-color css
<style>
span { border-color: #C076C5; }
span { border-color: rgb(192,118,197); }
td.TdClassName
{
border-color: #C076C5;
}
.TagClassName
{
border-color: #C076C5;
}
</style>