Shades of Orchid #C076CD
Tints of Orchid #C076CD
RGB
CMYK
RGB Variations
Color information
#C076CD (or 0xC076CD) is known color: Orchid. HEX triplet: C0, 76 and CD. RGB value is (192,118,205). Sum of RGB (Red+Green+Blue) = 192+118+205=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #C076CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076CD is #3F8932. Grayscale: #959595. Windows color (decimal): -4163891 or 13465280. OLE color: 13465280.
HSL color Cylindrical-coordinate representation of color #C076CD: hue angle of 291.03º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C076CD is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 118 | 205 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.20 |
| HSL | 291.03º | 0.47% | 0.63% | - |
| HSV(B) | 291.03º | 0.42% | 0.8% | - |
| XYZ | 39.24 | 28.57 | 61.2 | - |
| YUV | 150.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 205 | 0.06 | 0.42 | 0 | 0.20 | 291.03 | 0.47 | 0.63 |
| Hex | C0 | 76 | CD | 6 | 2A | 0 | 14 | 123 | 2F | 3F |
| Octal | 300 | 166 | 315 | 6 | 52 | 0 | 24 | 443 | 57 | 77 |
| Binary | 11000000 | 1110110 | 11001101 | 110 | 101010 | 0 | 10100 | 100100011 | 101111 | 111111 |
Color Harmonies of #C076CD
Complementary color
Monochromatic Colors of #C076CD
Black with #C076CD
Text Example
Text Example
White with #C076CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076CD; }
p { color: rgb(192,118,205); }
H1.HeaderClassName
{
color: #C076CD;
}
.AnyTagClassName
{
color: #C076CD;
}
</style>
background-color css
<style>
a { background-color: #C076CD; }
a { background-color: rgb(192,118,205); }
div.DivClassName
{
background-color: #C076CD;
}
.BgClassName
{
background-color: #C076CD;
}
</style>
border-color css
<style>
span { border-color: #C076CD; }
span { border-color: rgb(192,118,205); }
td.TdClassName
{
border-color: #C076CD;
}
.TagClassName
{
border-color: #C076CD;
}
</style>