Shades of Orchid #C76ACC
Tints of Orchid #C76ACC
RGB
CMYK
RGB Variations
Color information
#C76ACC (or 0xC76ACC) is known color: Orchid. HEX triplet: C7, 6A and CC. RGB value is (199,106,204). Sum of RGB (Red+Green+Blue) = 199+106+204=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 106 (41.80% from 255 or 20.83% 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 #C76ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ACC is #389533. Grayscale: #909090. Windows color (decimal): -3708212 or 13396679. OLE color: 13396679.
HSL color Cylindrical-coordinate representation of color #C76ACC: hue angle of 296.94º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76ACC is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 106 | 204 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.2 |
| HSL | 296.94º | 0.49% | 0.61% | - |
| HSV(B) | 296.94º | 0.48% | 0.8% | - |
| XYZ | 39.61 | 26.81 | 60.21 | - |
| YUV | 144.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 204 | 0.02 | 0.48 | 0 | 0.2 | 296.94 | 0.49 | 0.61 |
| Hex | C7 | 6A | CC | 2 | 30 | 0 | 14 | 129 | 31 | 3D |
| Octal | 307 | 152 | 314 | 2 | 60 | 0 | 24 | 451 | 61 | 75 |
| Binary | 11000111 | 1101010 | 11001100 | 10 | 110000 | 0 | 10100 | 100101001 | 110001 | 111101 |
Color Harmonies of #C76ACC
Complementary color
Monochromatic Colors of #C76ACC
Black with #C76ACC
Text Example
Text Example
White with #C76ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76ACC; }
p { color: rgb(199,106,204); }
H1.HeaderClassName
{
color: #C76ACC;
}
.AnyTagClassName
{
color: #C76ACC;
}
</style>
background-color css
<style>
a { background-color: #C76ACC; }
a { background-color: rgb(199,106,204); }
div.DivClassName
{
background-color: #C76ACC;
}
.BgClassName
{
background-color: #C76ACC;
}
</style>
border-color css
<style>
span { border-color: #C76ACC; }
span { border-color: rgb(199,106,204); }
td.TdClassName
{
border-color: #C76ACC;
}
.TagClassName
{
border-color: #C76ACC;
}
</style>