Shades of Orchid #CA73C3
Tints of Orchid #CA73C3
RGB
CMYK
RGB Variations
Color information
#CA73C3 (or 0xCA73C3) is known color: Orchid. HEX triplet: CA, 73 and C3. RGB value is (202,115,195). Sum of RGB (Red+Green+Blue) = 202+115+195=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73C3 is #358C3C. Grayscale: #959595. Windows color (decimal): -3509309 or 12809162. OLE color: 12809162.
HSL color Cylindrical-coordinate representation of color #CA73C3: hue angle of 304.83º 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 #CA73C3 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 195 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.21 |
| HSL | 304.83º | 0.45% | 0.62% | - |
| HSV(B) | 304.83º | 0.43% | 0.79% | - |
| XYZ | 40.34 | 28.76 | 55.05 | - |
| YUV | 150.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 195 | 0 | 0.43 | 0.03 | 0.21 | 304.83 | 0.45 | 0.62 |
| Hex | CA | 73 | C3 | 0 | 2B | 3 | 15 | 131 | 2D | 3E |
| Octal | 312 | 163 | 303 | 0 | 53 | 3 | 25 | 461 | 55 | 76 |
| Binary | 11001010 | 1110011 | 11000011 | 0 | 101011 | 11 | 10101 | 100110001 | 101101 | 111110 |
Color Harmonies of #CA73C3
Complementary color
Monochromatic Colors of #CA73C3
Black with #CA73C3
Text Example
Text Example
White with #CA73C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73C3; }
p { color: rgb(202,115,195); }
H1.HeaderClassName
{
color: #CA73C3;
}
.AnyTagClassName
{
color: #CA73C3;
}
</style>
background-color css
<style>
a { background-color: #CA73C3; }
a { background-color: rgb(202,115,195); }
div.DivClassName
{
background-color: #CA73C3;
}
.BgClassName
{
background-color: #CA73C3;
}
</style>
border-color css
<style>
span { border-color: #CA73C3; }
span { border-color: rgb(202,115,195); }
td.TdClassName
{
border-color: #CA73C3;
}
.TagClassName
{
border-color: #CA73C3;
}
</style>