Shades of Orchid #CA73D9
Tints of Orchid #CA73D9
RGB
CMYK
RGB Variations
Color information
#CA73D9 (or 0xCA73D9) is known color: Orchid. HEX triplet: CA, 73 and D9. RGB value is (202,115,217). Sum of RGB (Red+Green+Blue) = 202+115+217=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA73D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73D9 is #358C26. Grayscale: #989898. Windows color (decimal): -3509287 or 14250954. OLE color: 14250954.
HSL color Cylindrical-coordinate representation of color #CA73D9: hue angle of 291.18º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA73D9 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 115 | 217 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.15 |
| HSL | 291.18º | 0.57% | 0.65% | - |
| HSV(B) | 291.18º | 0.47% | 0.85% | - |
| XYZ | 43.01 | 29.83 | 69.14 | - |
| YUV | 152.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 217 | 0.07 | 0.47 | 0 | 0.15 | 291.18 | 0.57 | 0.65 |
| Hex | CA | 73 | D9 | 7 | 2F | 0 | F | 123 | 39 | 41 |
| Octal | 312 | 163 | 331 | 7 | 57 | 0 | 17 | 443 | 71 | 101 |
| Binary | 11001010 | 1110011 | 11011001 | 111 | 101111 | 0 | 1111 | 100100011 | 111001 | 1000001 |
Color Harmonies of #CA73D9
Complementary color
Monochromatic Colors of #CA73D9
Black with #CA73D9
Text Example
Text Example
White with #CA73D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73D9; }
p { color: rgb(202,115,217); }
H1.HeaderClassName
{
color: #CA73D9;
}
.AnyTagClassName
{
color: #CA73D9;
}
</style>
background-color css
<style>
a { background-color: #CA73D9; }
a { background-color: rgb(202,115,217); }
div.DivClassName
{
background-color: #CA73D9;
}
.BgClassName
{
background-color: #CA73D9;
}
</style>
border-color css
<style>
span { border-color: #CA73D9; }
span { border-color: rgb(202,115,217); }
td.TdClassName
{
border-color: #CA73D9;
}
.TagClassName
{
border-color: #CA73D9;
}
</style>