Shades of Orchid #CA73D4
Tints of Orchid #CA73D4
RGB
CMYK
RGB Variations
Color information
#CA73D4 (or 0xCA73D4) is known color: Orchid. HEX triplet: CA, 73 and D4. RGB value is (202,115,212). Sum of RGB (Red+Green+Blue) = 202+115+212=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA73D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73D4 is #358C2B. Grayscale: #979797. Windows color (decimal): -3509292 or 13923274. OLE color: 13923274.
HSL color Cylindrical-coordinate representation of color #CA73D4: hue angle of 293.81º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA73D4 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 115 | 212 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.17 |
| HSL | 293.81º | 0.53% | 0.64% | - |
| HSV(B) | 293.81º | 0.46% | 0.83% | - |
| XYZ | 42.37 | 29.57 | 65.76 | - |
| YUV | 152.07 | 161.82 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 212 | 0.05 | 0.46 | 0 | 0.17 | 293.81 | 0.53 | 0.64 |
| Hex | CA | 73 | D4 | 5 | 2E | 0 | 11 | 126 | 35 | 40 |
| Octal | 312 | 163 | 324 | 5 | 56 | 0 | 21 | 446 | 65 | 100 |
| Binary | 11001010 | 1110011 | 11010100 | 101 | 101110 | 0 | 10001 | 100100110 | 110101 | 1000000 |
Color Harmonies of #CA73D4
Complementary color
Monochromatic Colors of #CA73D4
Black with #CA73D4
Text Example
Text Example
White with #CA73D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73D4; }
p { color: rgb(202,115,212); }
H1.HeaderClassName
{
color: #CA73D4;
}
.AnyTagClassName
{
color: #CA73D4;
}
</style>
background-color css
<style>
a { background-color: #CA73D4; }
a { background-color: rgb(202,115,212); }
div.DivClassName
{
background-color: #CA73D4;
}
.BgClassName
{
background-color: #CA73D4;
}
</style>
border-color css
<style>
span { border-color: #CA73D4; }
span { border-color: rgb(202,115,212); }
td.TdClassName
{
border-color: #CA73D4;
}
.TagClassName
{
border-color: #CA73D4;
}
</style>