Shades of Orchid #C77BCC
Tints of Orchid #C77BCC
RGB
CMYK
RGB Variations
Color information
#C77BCC (or 0xC77BCC) is known color: Orchid. HEX triplet: C7, 7B and CC. RGB value is (199,123,204). Sum of RGB (Red+Green+Blue) = 199+123+204=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #C77BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BCC is #388433. Grayscale: #9A9A9A. Windows color (decimal): -3703860 or 13401031. OLE color: 13401031.
HSL color Cylindrical-coordinate representation of color #C77BCC: hue angle of 296.3º degrees, saturation: 0.44, 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 #C77BCC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 123 | 204 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.2 |
| HSL | 296.3º | 0.44% | 0.64% | - |
| HSV(B) | 296.3º | 0.4% | 0.8% | - |
| XYZ | 41.54 | 30.67 | 60.86 | - |
| YUV | 154.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 204 | 0.02 | 0.40 | 0 | 0.2 | 296.3 | 0.44 | 0.64 |
| Hex | C7 | 7B | CC | 2 | 28 | 0 | 14 | 128 | 2C | 40 |
| Octal | 307 | 173 | 314 | 2 | 50 | 0 | 24 | 450 | 54 | 100 |
| Binary | 11000111 | 1111011 | 11001100 | 10 | 101000 | 0 | 10100 | 100101000 | 101100 | 1000000 |
Color Harmonies of #C77BCC
Complementary color
Monochromatic Colors of #C77BCC
Black with #C77BCC
Text Example
Text Example
White with #C77BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BCC; }
p { color: rgb(199,123,204); }
H1.HeaderClassName
{
color: #C77BCC;
}
.AnyTagClassName
{
color: #C77BCC;
}
</style>
background-color css
<style>
a { background-color: #C77BCC; }
a { background-color: rgb(199,123,204); }
div.DivClassName
{
background-color: #C77BCC;
}
.BgClassName
{
background-color: #C77BCC;
}
</style>
border-color css
<style>
span { border-color: #C77BCC; }
span { border-color: rgb(199,123,204); }
td.TdClassName
{
border-color: #C77BCC;
}
.TagClassName
{
border-color: #C77BCC;
}
</style>