Shades of Orchid #CA73C0
Tints of Orchid #CA73C0
RGB
CMYK
RGB Variations
Color information
#CA73C0 (or 0xCA73C0) is known color: Orchid. HEX triplet: CA, 73 and C0. RGB value is (202,115,192). Sum of RGB (Red+Green+Blue) = 202+115+192=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73C0 is #358C3F. Grayscale: #959595. Windows color (decimal): -3509312 or 12612554. OLE color: 12612554.
HSL color Cylindrical-coordinate representation of color #CA73C0: hue angle of 306.9º 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 #CA73C0 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 192 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.21 |
| HSL | 306.9º | 0.45% | 0.62% | - |
| HSV(B) | 306.9º | 0.43% | 0.79% | - |
| XYZ | 40 | 28.62 | 53.29 | - |
| YUV | 149.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 192 | 0 | 0.43 | 0.05 | 0.21 | 306.9 | 0.45 | 0.62 |
| Hex | CA | 73 | C0 | 0 | 2B | 5 | 15 | 133 | 2D | 3E |
| Octal | 312 | 163 | 300 | 0 | 53 | 5 | 25 | 463 | 55 | 76 |
| Binary | 11001010 | 1110011 | 11000000 | 0 | 101011 | 101 | 10101 | 100110011 | 101101 | 111110 |
Color Harmonies of #CA73C0
Complementary color
Monochromatic Colors of #CA73C0
Black with #CA73C0
Text Example
Text Example
White with #CA73C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73C0; }
p { color: rgb(202,115,192); }
H1.HeaderClassName
{
color: #CA73C0;
}
.AnyTagClassName
{
color: #CA73C0;
}
</style>
background-color css
<style>
a { background-color: #CA73C0; }
a { background-color: rgb(202,115,192); }
div.DivClassName
{
background-color: #CA73C0;
}
.BgClassName
{
background-color: #CA73C0;
}
</style>
border-color css
<style>
span { border-color: #CA73C0; }
span { border-color: rgb(202,115,192); }
td.TdClassName
{
border-color: #CA73C0;
}
.TagClassName
{
border-color: #CA73C0;
}
</style>