Shades of Orchid #CA73D5
Tints of Orchid #CA73D5
RGB
CMYK
RGB Variations
Color information
#CA73D5 (or 0xCA73D5) is known color: Orchid. HEX triplet: CA, 73 and D5. RGB value is (202,115,213). Sum of RGB (Red+Green+Blue) = 202+115+213=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA73D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73D5 is #358C2A. Grayscale: #979797. Windows color (decimal): -3509291 or 13988810. OLE color: 13988810.
HSL color Cylindrical-coordinate representation of color #CA73D5: hue angle of 293.27º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA73D5 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 115 | 213 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.16 |
| HSL | 293.27º | 0.54% | 0.64% | - |
| HSV(B) | 293.27º | 0.46% | 0.84% | - |
| XYZ | 42.5 | 29.62 | 66.43 | - |
| YUV | 152.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 213 | 0.05 | 0.46 | 0 | 0.16 | 293.27 | 0.54 | 0.64 |
| Hex | CA | 73 | D5 | 5 | 2E | 0 | 10 | 125 | 36 | 40 |
| Octal | 312 | 163 | 325 | 5 | 56 | 0 | 20 | 445 | 66 | 100 |
| Binary | 11001010 | 1110011 | 11010101 | 101 | 101110 | 0 | 10000 | 100100101 | 110110 | 1000000 |
Color Harmonies of #CA73D5
Complementary color
Monochromatic Colors of #CA73D5
Black with #CA73D5
Text Example
Text Example
White with #CA73D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73D5; }
p { color: rgb(202,115,213); }
H1.HeaderClassName
{
color: #CA73D5;
}
.AnyTagClassName
{
color: #CA73D5;
}
</style>
background-color css
<style>
a { background-color: #CA73D5; }
a { background-color: rgb(202,115,213); }
div.DivClassName
{
background-color: #CA73D5;
}
.BgClassName
{
background-color: #CA73D5;
}
</style>
border-color css
<style>
span { border-color: #CA73D5; }
span { border-color: rgb(202,115,213); }
td.TdClassName
{
border-color: #CA73D5;
}
.TagClassName
{
border-color: #CA73D5;
}
</style>