Shades of Orchid #C76FCC
Tints of Orchid #C76FCC
RGB
CMYK
RGB Variations
Color information
#C76FCC (or 0xC76FCC) is known color: Orchid. HEX triplet: C7, 6F and CC. RGB value is (199,111,204). Sum of RGB (Red+Green+Blue) = 199+111+204=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #C76FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FCC is #389033. Grayscale: #939393. Windows color (decimal): -3706932 or 13397959. OLE color: 13397959.
HSL color Cylindrical-coordinate representation of color #C76FCC: hue angle of 296.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76FCC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 111 | 204 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.2 |
| HSL | 296.77º | 0.48% | 0.62% | - |
| HSV(B) | 296.77º | 0.46% | 0.8% | - |
| XYZ | 40.14 | 27.87 | 60.39 | - |
| YUV | 147.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 204 | 0.02 | 0.46 | 0 | 0.2 | 296.77 | 0.48 | 0.62 |
| Hex | C7 | 6F | CC | 2 | 2E | 0 | 14 | 129 | 30 | 3E |
| Octal | 307 | 157 | 314 | 2 | 56 | 0 | 24 | 451 | 60 | 76 |
| Binary | 11000111 | 1101111 | 11001100 | 10 | 101110 | 0 | 10100 | 100101001 | 110000 | 111110 |
Color Harmonies of #C76FCC
Complementary color
Monochromatic Colors of #C76FCC
Black with #C76FCC
Text Example
Text Example
White with #C76FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FCC; }
p { color: rgb(199,111,204); }
H1.HeaderClassName
{
color: #C76FCC;
}
.AnyTagClassName
{
color: #C76FCC;
}
</style>
background-color css
<style>
a { background-color: #C76FCC; }
a { background-color: rgb(199,111,204); }
div.DivClassName
{
background-color: #C76FCC;
}
.BgClassName
{
background-color: #C76FCC;
}
</style>
border-color css
<style>
span { border-color: #C76FCC; }
span { border-color: rgb(199,111,204); }
td.TdClassName
{
border-color: #C76FCC;
}
.TagClassName
{
border-color: #C76FCC;
}
</style>