Shades of Orchid #CA77BD
Tints of Orchid #CA77BD
RGB
CMYK
RGB Variations
Color information
#CA77BD (or 0xCA77BD) is known color: Orchid. HEX triplet: CA, 77 and BD. RGB value is (202,119,189). Sum of RGB (Red+Green+Blue) = 202+119+189=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77BD is #358842. Grayscale: #979797. Windows color (decimal): -3508291 or 12416970. OLE color: 12416970.
HSL color Cylindrical-coordinate representation of color #CA77BD: hue angle of 309.4º 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 #CA77BD is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 189 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.21 |
| HSL | 309.4º | 0.44% | 0.63% | - |
| HSV(B) | 309.4º | 0.41% | 0.79% | - |
| XYZ | 40.14 | 29.42 | 51.71 | - |
| YUV | 151.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 189 | 0 | 0.41 | 0.06 | 0.21 | 309.4 | 0.44 | 0.63 |
| Hex | CA | 77 | BD | 0 | 29 | 6 | 15 | 135 | 2C | 3F |
| Octal | 312 | 167 | 275 | 0 | 51 | 6 | 25 | 465 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10111101 | 0 | 101001 | 110 | 10101 | 100110101 | 101100 | 111111 |
Color Harmonies of #CA77BD
Complementary color
Monochromatic Colors of #CA77BD
Black with #CA77BD
Text Example
Text Example
White with #CA77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77BD; }
p { color: rgb(202,119,189); }
H1.HeaderClassName
{
color: #CA77BD;
}
.AnyTagClassName
{
color: #CA77BD;
}
</style>
background-color css
<style>
a { background-color: #CA77BD; }
a { background-color: rgb(202,119,189); }
div.DivClassName
{
background-color: #CA77BD;
}
.BgClassName
{
background-color: #CA77BD;
}
</style>
border-color css
<style>
span { border-color: #CA77BD; }
span { border-color: rgb(202,119,189); }
td.TdClassName
{
border-color: #CA77BD;
}
.TagClassName
{
border-color: #CA77BD;
}
</style>