Shades of Orchid #CC77BD
Tints of Orchid #CC77BD
RGB
CMYK
RGB Variations
Color information
#CC77BD (or 0xCC77BD) is known color: Orchid. HEX triplet: CC, 77 and BD. RGB value is (204,119,189). Sum of RGB (Red+Green+Blue) = 204+119+189=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77BD is #338842. Grayscale: #989898. Windows color (decimal): -3377219 or 12416972. OLE color: 12416972.
HSL color Cylindrical-coordinate representation of color #CC77BD: hue angle of 310.59º 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 #CC77BD is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 189 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.2 |
| HSL | 310.59º | 0.45% | 0.63% | - |
| HSV(B) | 310.59º | 0.42% | 0.8% | - |
| XYZ | 40.68 | 29.71 | 51.73 | - |
| YUV | 152.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 189 | 0 | 0.42 | 0.07 | 0.2 | 310.59 | 0.45 | 0.63 |
| Hex | CC | 77 | BD | 0 | 2A | 7 | 14 | 137 | 2D | 3F |
| Octal | 314 | 167 | 275 | 0 | 52 | 7 | 24 | 467 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10111101 | 0 | 101010 | 111 | 10100 | 100110111 | 101101 | 111111 |
Color Harmonies of #CC77BD
Complementary color
Monochromatic Colors of #CC77BD
Black with #CC77BD
Text Example
Text Example
White with #CC77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77BD; }
p { color: rgb(204,119,189); }
H1.HeaderClassName
{
color: #CC77BD;
}
.AnyTagClassName
{
color: #CC77BD;
}
</style>
background-color css
<style>
a { background-color: #CC77BD; }
a { background-color: rgb(204,119,189); }
div.DivClassName
{
background-color: #CC77BD;
}
.BgClassName
{
background-color: #CC77BD;
}
</style>
border-color css
<style>
span { border-color: #CC77BD; }
span { border-color: rgb(204,119,189); }
td.TdClassName
{
border-color: #CC77BD;
}
.TagClassName
{
border-color: #CC77BD;
}
</style>