Shades of Orchid #C076C4
Tints of Orchid #C076C4
RGB
CMYK
RGB Variations
Color information
#C076C4 (or 0xC076C4) is known color: Orchid. HEX triplet: C0, 76 and C4. RGB value is (192,118,196). Sum of RGB (Red+Green+Blue) = 192+118+196=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #C076C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076C4 is #3F893B. Grayscale: #949494. Windows color (decimal): -4163900 or 12875456. OLE color: 12875456.
HSL color Cylindrical-coordinate representation of color #C076C4: hue angle of 296.92º degrees, saturation: 0.4, 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 #C076C4 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 118 | 196 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.23 |
| HSL | 296.92º | 0.4% | 0.62% | - |
| HSV(B) | 296.92º | 0.4% | 0.77% | - |
| XYZ | 38.18 | 28.15 | 55.65 | - |
| YUV | 149.02 | 154.52 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 196 | 0.02 | 0.40 | 0 | 0.23 | 296.92 | 0.4 | 0.62 |
| Hex | C0 | 76 | C4 | 2 | 28 | 0 | 17 | 129 | 28 | 3E |
| Octal | 300 | 166 | 304 | 2 | 50 | 0 | 27 | 451 | 50 | 76 |
| Binary | 11000000 | 1110110 | 11000100 | 10 | 101000 | 0 | 10111 | 100101001 | 101000 | 111110 |
Color Harmonies of #C076C4
Complementary color
Monochromatic Colors of #C076C4
Black with #C076C4
Text Example
Text Example
White with #C076C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076C4; }
p { color: rgb(192,118,196); }
H1.HeaderClassName
{
color: #C076C4;
}
.AnyTagClassName
{
color: #C076C4;
}
</style>
background-color css
<style>
a { background-color: #C076C4; }
a { background-color: rgb(192,118,196); }
div.DivClassName
{
background-color: #C076C4;
}
.BgClassName
{
background-color: #C076C4;
}
</style>
border-color css
<style>
span { border-color: #C076C4; }
span { border-color: rgb(192,118,196); }
td.TdClassName
{
border-color: #C076C4;
}
.TagClassName
{
border-color: #C076C4;
}
</style>