Shades of Orchid #CA77BC
Tints of Orchid #CA77BC
RGB
CMYK
RGB Variations
Color information
#CA77BC (or 0xCA77BC) is known color: Orchid. HEX triplet: CA, 77 and BC. RGB value is (202,119,188). Sum of RGB (Red+Green+Blue) = 202+119+188=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77BC is #358843. Grayscale: #979797. Windows color (decimal): -3508292 or 12351434. OLE color: 12351434.
HSL color Cylindrical-coordinate representation of color #CA77BC: hue angle of 310.12º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA77BC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 188 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.21 |
| HSL | 310.12º | 0.44% | 0.63% | - |
| HSV(B) | 310.12º | 0.41% | 0.79% | - |
| XYZ | 40.03 | 29.38 | 51.14 | - |
| YUV | 151.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 188 | 0 | 0.41 | 0.07 | 0.21 | 310.12 | 0.44 | 0.63 |
| Hex | CA | 77 | BC | 0 | 29 | 7 | 15 | 136 | 2C | 3F |
| Octal | 312 | 167 | 274 | 0 | 51 | 7 | 25 | 466 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10111100 | 0 | 101001 | 111 | 10101 | 100110110 | 101100 | 111111 |
Color Harmonies of #CA77BC
Complementary color
Monochromatic Colors of #CA77BC
Black with #CA77BC
Text Example
Text Example
White with #CA77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77BC; }
p { color: rgb(202,119,188); }
H1.HeaderClassName
{
color: #CA77BC;
}
.AnyTagClassName
{
color: #CA77BC;
}
</style>
background-color css
<style>
a { background-color: #CA77BC; }
a { background-color: rgb(202,119,188); }
div.DivClassName
{
background-color: #CA77BC;
}
.BgClassName
{
background-color: #CA77BC;
}
</style>
border-color css
<style>
span { border-color: #CA77BC; }
span { border-color: rgb(202,119,188); }
td.TdClassName
{
border-color: #CA77BC;
}
.TagClassName
{
border-color: #CA77BC;
}
</style>