Shades of Orchid #CC77BE
Tints of Orchid #CC77BE
RGB
CMYK
RGB Variations
Color information
#CC77BE (or 0xCC77BE) is known color: Orchid. HEX triplet: CC, 77 and BE. RGB value is (204,119,190). Sum of RGB (Red+Green+Blue) = 204+119+190=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77BE is #338841. Grayscale: #989898. Windows color (decimal): -3377218 or 12482508. OLE color: 12482508.
HSL color Cylindrical-coordinate representation of color #CC77BE: hue angle of 309.88º 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 #CC77BE is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 190 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.2 |
| HSL | 309.88º | 0.45% | 0.63% | - |
| HSV(B) | 309.88º | 0.42% | 0.8% | - |
| XYZ | 40.79 | 29.75 | 52.31 | - |
| YUV | 152.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 190 | 0 | 0.42 | 0.07 | 0.2 | 309.88 | 0.45 | 0.63 |
| Hex | CC | 77 | BE | 0 | 2A | 7 | 14 | 136 | 2D | 3F |
| Octal | 314 | 167 | 276 | 0 | 52 | 7 | 24 | 466 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10111110 | 0 | 101010 | 111 | 10100 | 100110110 | 101101 | 111111 |
Color Harmonies of #CC77BE
Complementary color
Monochromatic Colors of #CC77BE
Black with #CC77BE
Text Example
Text Example
White with #CC77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77BE; }
p { color: rgb(204,119,190); }
H1.HeaderClassName
{
color: #CC77BE;
}
.AnyTagClassName
{
color: #CC77BE;
}
</style>
background-color css
<style>
a { background-color: #CC77BE; }
a { background-color: rgb(204,119,190); }
div.DivClassName
{
background-color: #CC77BE;
}
.BgClassName
{
background-color: #CC77BE;
}
</style>
border-color css
<style>
span { border-color: #CC77BE; }
span { border-color: rgb(204,119,190); }
td.TdClassName
{
border-color: #CC77BE;
}
.TagClassName
{
border-color: #CC77BE;
}
</style>