Shades of Orchid #CA73B7
Tints of Orchid #CA73B7
RGB
CMYK
RGB Variations
Color information
#CA73B7 (or 0xCA73B7) is known color: Orchid. HEX triplet: CA, 73 and B7. RGB value is (202,115,183). Sum of RGB (Red+Green+Blue) = 202+115+183=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73B7 is #358C48. Grayscale: #949494. Windows color (decimal): -3509321 or 12022730. OLE color: 12022730.
HSL color Cylindrical-coordinate representation of color #CA73B7: hue angle of 313.1º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA73B7 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 183 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.21 |
| HSL | 313.1º | 0.45% | 0.62% | - |
| HSV(B) | 313.1º | 0.43% | 0.79% | - |
| XYZ | 39.04 | 28.24 | 48.19 | - |
| YUV | 148.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 183 | 0 | 0.43 | 0.09 | 0.21 | 313.1 | 0.45 | 0.62 |
| Hex | CA | 73 | B7 | 0 | 2B | 9 | 15 | 139 | 2D | 3E |
| Octal | 312 | 163 | 267 | 0 | 53 | 11 | 25 | 471 | 55 | 76 |
| Binary | 11001010 | 1110011 | 10110111 | 0 | 101011 | 1001 | 10101 | 100111001 | 101101 | 111110 |
Color Harmonies of #CA73B7
Complementary color
Monochromatic Colors of #CA73B7
Black with #CA73B7
Text Example
Text Example
White with #CA73B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73B7; }
p { color: rgb(202,115,183); }
H1.HeaderClassName
{
color: #CA73B7;
}
.AnyTagClassName
{
color: #CA73B7;
}
</style>
background-color css
<style>
a { background-color: #CA73B7; }
a { background-color: rgb(202,115,183); }
div.DivClassName
{
background-color: #CA73B7;
}
.BgClassName
{
background-color: #CA73B7;
}
</style>
border-color css
<style>
span { border-color: #CA73B7; }
span { border-color: rgb(202,115,183); }
td.TdClassName
{
border-color: #CA73B7;
}
.TagClassName
{
border-color: #CA73B7;
}
</style>