Shades of Orchid #CC77C3
Tints of Orchid #CC77C3
RGB
CMYK
RGB Variations
Color information
#CC77C3 (or 0xCC77C3) is known color: Orchid. HEX triplet: CC, 77 and C3. RGB value is (204,119,195). Sum of RGB (Red+Green+Blue) = 204+119+195=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77C3 is #33883C. Grayscale: #989898. Windows color (decimal): -3377213 or 12810188. OLE color: 12810188.
HSL color Cylindrical-coordinate representation of color #CC77C3: hue angle of 306.35º 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 #CC77C3 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 195 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.2 |
| HSL | 306.35º | 0.45% | 0.63% | - |
| HSV(B) | 306.35º | 0.42% | 0.8% | - |
| XYZ | 41.35 | 29.97 | 55.24 | - |
| YUV | 153.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 195 | 0 | 0.42 | 0.04 | 0.2 | 306.35 | 0.45 | 0.63 |
| Hex | CC | 77 | C3 | 0 | 2A | 4 | 14 | 132 | 2D | 3F |
| Octal | 314 | 167 | 303 | 0 | 52 | 4 | 24 | 462 | 55 | 77 |
| Binary | 11001100 | 1110111 | 11000011 | 0 | 101010 | 100 | 10100 | 100110010 | 101101 | 111111 |
Color Harmonies of #CC77C3
Complementary color
Monochromatic Colors of #CC77C3
Black with #CC77C3
Text Example
Text Example
White with #CC77C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77C3; }
p { color: rgb(204,119,195); }
H1.HeaderClassName
{
color: #CC77C3;
}
.AnyTagClassName
{
color: #CC77C3;
}
</style>
background-color css
<style>
a { background-color: #CC77C3; }
a { background-color: rgb(204,119,195); }
div.DivClassName
{
background-color: #CC77C3;
}
.BgClassName
{
background-color: #CC77C3;
}
</style>
border-color css
<style>
span { border-color: #CC77C3; }
span { border-color: rgb(204,119,195); }
td.TdClassName
{
border-color: #CC77C3;
}
.TagClassName
{
border-color: #CC77C3;
}
</style>