Shades of Orchid #CC77D7
Tints of Orchid #CC77D7
RGB
CMYK
RGB Variations
Color information
#CC77D7 (or 0xCC77D7) is known color: Orchid. HEX triplet: CC, 77 and D7. RGB value is (204,119,215). Sum of RGB (Red+Green+Blue) = 204+119+215=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC77D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77D7 is #338828. Grayscale: #9B9B9B. Windows color (decimal): -3377193 or 14120908. OLE color: 14120908.
HSL color Cylindrical-coordinate representation of color #CC77D7: hue angle of 293.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC77D7 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 119 | 215 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.16 |
| HSL | 293.13º | 0.55% | 0.65% | - |
| HSV(B) | 293.13º | 0.45% | 0.84% | - |
| XYZ | 43.76 | 30.94 | 67.95 | - |
| YUV | 155.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 215 | 0.05 | 0.45 | 0 | 0.16 | 293.13 | 0.55 | 0.65 |
| Hex | CC | 77 | D7 | 5 | 2D | 0 | 10 | 125 | 37 | 41 |
| Octal | 314 | 167 | 327 | 5 | 55 | 0 | 20 | 445 | 67 | 101 |
| Binary | 11001100 | 1110111 | 11010111 | 101 | 101101 | 0 | 10000 | 100100101 | 110111 | 1000001 |
Color Harmonies of #CC77D7
Complementary color
Monochromatic Colors of #CC77D7
Black with #CC77D7
Text Example
Text Example
White with #CC77D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77D7; }
p { color: rgb(204,119,215); }
H1.HeaderClassName
{
color: #CC77D7;
}
.AnyTagClassName
{
color: #CC77D7;
}
</style>
background-color css
<style>
a { background-color: #CC77D7; }
a { background-color: rgb(204,119,215); }
div.DivClassName
{
background-color: #CC77D7;
}
.BgClassName
{
background-color: #CC77D7;
}
</style>
border-color css
<style>
span { border-color: #CC77D7; }
span { border-color: rgb(204,119,215); }
td.TdClassName
{
border-color: #CC77D7;
}
.TagClassName
{
border-color: #CC77D7;
}
</style>