Shades of Orchid #CC77BA
Tints of Orchid #CC77BA
RGB
CMYK
RGB Variations
Color information
#CC77BA (or 0xCC77BA) is known color: Orchid. HEX triplet: CC, 77 and BA. RGB value is (204,119,186). Sum of RGB (Red+Green+Blue) = 204+119+186=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77BA is #338845. Grayscale: #979797. Windows color (decimal): -3377222 or 12220364. OLE color: 12220364.
HSL color Cylindrical-coordinate representation of color #CC77BA: hue angle of 312.71º degrees, saturation: 0.45, 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 #CC77BA is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 186 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.2 |
| HSL | 312.71º | 0.45% | 0.63% | - |
| HSV(B) | 312.71º | 0.42% | 0.8% | - |
| XYZ | 40.36 | 29.58 | 50.04 | - |
| YUV | 152.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 186 | 0 | 0.42 | 0.09 | 0.2 | 312.71 | 0.45 | 0.63 |
| Hex | CC | 77 | BA | 0 | 2A | 9 | 14 | 139 | 2D | 3F |
| Octal | 314 | 167 | 272 | 0 | 52 | 11 | 24 | 471 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10111010 | 0 | 101010 | 1001 | 10100 | 100111001 | 101101 | 111111 |
Color Harmonies of #CC77BA
Complementary color
Monochromatic Colors of #CC77BA
Black with #CC77BA
Text Example
Text Example
White with #CC77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77BA; }
p { color: rgb(204,119,186); }
H1.HeaderClassName
{
color: #CC77BA;
}
.AnyTagClassName
{
color: #CC77BA;
}
</style>
background-color css
<style>
a { background-color: #CC77BA; }
a { background-color: rgb(204,119,186); }
div.DivClassName
{
background-color: #CC77BA;
}
.BgClassName
{
background-color: #CC77BA;
}
</style>
border-color css
<style>
span { border-color: #CC77BA; }
span { border-color: rgb(204,119,186); }
td.TdClassName
{
border-color: #CC77BA;
}
.TagClassName
{
border-color: #CC77BA;
}
</style>