Shades of Orchid #CA77BF
Tints of Orchid #CA77BF
RGB
CMYK
RGB Variations
Color information
#CA77BF (or 0xCA77BF) is known color: Orchid. HEX triplet: CA, 77 and BF. RGB value is (202,119,191). Sum of RGB (Red+Green+Blue) = 202+119+191=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77BF is #358840. Grayscale: #979797. Windows color (decimal): -3508289 or 12548042. OLE color: 12548042.
HSL color Cylindrical-coordinate representation of color #CA77BF: hue angle of 307.95º 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 #CA77BF is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 191 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.21 |
| HSL | 307.95º | 0.44% | 0.63% | - |
| HSV(B) | 307.95º | 0.41% | 0.79% | - |
| XYZ | 40.36 | 29.51 | 52.86 | - |
| YUV | 152.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 191 | 0 | 0.41 | 0.05 | 0.21 | 307.95 | 0.44 | 0.63 |
| Hex | CA | 77 | BF | 0 | 29 | 5 | 15 | 134 | 2C | 3F |
| Octal | 312 | 167 | 277 | 0 | 51 | 5 | 25 | 464 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10111111 | 0 | 101001 | 101 | 10101 | 100110100 | 101100 | 111111 |
Color Harmonies of #CA77BF
Complementary color
Monochromatic Colors of #CA77BF
Black with #CA77BF
Text Example
Text Example
White with #CA77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77BF; }
p { color: rgb(202,119,191); }
H1.HeaderClassName
{
color: #CA77BF;
}
.AnyTagClassName
{
color: #CA77BF;
}
</style>
background-color css
<style>
a { background-color: #CA77BF; }
a { background-color: rgb(202,119,191); }
div.DivClassName
{
background-color: #CA77BF;
}
.BgClassName
{
background-color: #CA77BF;
}
</style>
border-color css
<style>
span { border-color: #CA77BF; }
span { border-color: rgb(202,119,191); }
td.TdClassName
{
border-color: #CA77BF;
}
.TagClassName
{
border-color: #CA77BF;
}
</style>