Shades of Orchid #CC77BB
Tints of Orchid #CC77BB
RGB
CMYK
RGB Variations
Color information
#CC77BB (or 0xCC77BB) is known color: Orchid. HEX triplet: CC, 77 and BB. RGB value is (204,119,187). Sum of RGB (Red+Green+Blue) = 204+119+187=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77BB is #338844. Grayscale: #979797. Windows color (decimal): -3377221 or 12285900. OLE color: 12285900.
HSL color Cylindrical-coordinate representation of color #CC77BB: hue angle of 312º 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 #CC77BB is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 187 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.2 |
| HSL | 312º | 0.45% | 0.63% | - |
| HSV(B) | 312º | 0.42% | 0.8% | - |
| XYZ | 40.47 | 29.62 | 50.6 | - |
| YUV | 152.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 187 | 0 | 0.42 | 0.08 | 0.2 | 312 | 0.45 | 0.63 |
| Hex | CC | 77 | BB | 0 | 2A | 8 | 14 | 138 | 2D | 3F |
| Octal | 314 | 167 | 273 | 0 | 52 | 10 | 24 | 470 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10111011 | 0 | 101010 | 1000 | 10100 | 100111000 | 101101 | 111111 |
Color Harmonies of #CC77BB
Complementary color
Monochromatic Colors of #CC77BB
Black with #CC77BB
Text Example
Text Example
White with #CC77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77BB; }
p { color: rgb(204,119,187); }
H1.HeaderClassName
{
color: #CC77BB;
}
.AnyTagClassName
{
color: #CC77BB;
}
</style>
background-color css
<style>
a { background-color: #CC77BB; }
a { background-color: rgb(204,119,187); }
div.DivClassName
{
background-color: #CC77BB;
}
.BgClassName
{
background-color: #CC77BB;
}
</style>
border-color css
<style>
span { border-color: #CC77BB; }
span { border-color: rgb(204,119,187); }
td.TdClassName
{
border-color: #CC77BB;
}
.TagClassName
{
border-color: #CC77BB;
}
</style>