Shades of Orchid #C77ACC
Tints of Orchid #C77ACC
RGB
CMYK
RGB Variations
Color information
#C77ACC (or 0xC77ACC) is known color: Orchid. HEX triplet: C7, 7A and CC. RGB value is (199,122,204). Sum of RGB (Red+Green+Blue) = 199+122+204=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #C77ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ACC is #388533. Grayscale: #9A9A9A. Windows color (decimal): -3704116 or 13400775. OLE color: 13400775.
HSL color Cylindrical-coordinate representation of color #C77ACC: hue angle of 296.34º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77ACC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 122 | 204 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.2 |
| HSL | 296.34º | 0.45% | 0.64% | - |
| HSV(B) | 296.34º | 0.4% | 0.8% | - |
| XYZ | 41.41 | 30.42 | 60.82 | - |
| YUV | 154.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 204 | 0.02 | 0.40 | 0 | 0.2 | 296.34 | 0.45 | 0.64 |
| Hex | C7 | 7A | CC | 2 | 28 | 0 | 14 | 128 | 2D | 40 |
| Octal | 307 | 172 | 314 | 2 | 50 | 0 | 24 | 450 | 55 | 100 |
| Binary | 11000111 | 1111010 | 11001100 | 10 | 101000 | 0 | 10100 | 100101000 | 101101 | 1000000 |
Color Harmonies of #C77ACC
Complementary color
Monochromatic Colors of #C77ACC
Black with #C77ACC
Text Example
Text Example
White with #C77ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ACC; }
p { color: rgb(199,122,204); }
H1.HeaderClassName
{
color: #C77ACC;
}
.AnyTagClassName
{
color: #C77ACC;
}
</style>
background-color css
<style>
a { background-color: #C77ACC; }
a { background-color: rgb(199,122,204); }
div.DivClassName
{
background-color: #C77ACC;
}
.BgClassName
{
background-color: #C77ACC;
}
</style>
border-color css
<style>
span { border-color: #C77ACC; }
span { border-color: rgb(199,122,204); }
td.TdClassName
{
border-color: #C77ACC;
}
.TagClassName
{
border-color: #C77ACC;
}
</style>