Shades of Orchid #CA73B9
Tints of Orchid #CA73B9
RGB
CMYK
RGB Variations
Color information
#CA73B9 (or 0xCA73B9) is known color: Orchid. HEX triplet: CA, 73 and B9. RGB value is (202,115,185). Sum of RGB (Red+Green+Blue) = 202+115+185=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73B9 is #358C46. Grayscale: #949494. Windows color (decimal): -3509319 or 12153802. OLE color: 12153802.
HSL color Cylindrical-coordinate representation of color #CA73B9: hue angle of 311.72º 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 #CA73B9 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 185 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.21 |
| HSL | 311.72º | 0.45% | 0.62% | - |
| HSV(B) | 311.72º | 0.43% | 0.79% | - |
| XYZ | 39.24 | 28.32 | 49.3 | - |
| YUV | 148.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 185 | 0 | 0.43 | 0.08 | 0.21 | 311.72 | 0.45 | 0.62 |
| Hex | CA | 73 | B9 | 0 | 2B | 8 | 15 | 138 | 2D | 3E |
| Octal | 312 | 163 | 271 | 0 | 53 | 10 | 25 | 470 | 55 | 76 |
| Binary | 11001010 | 1110011 | 10111001 | 0 | 101011 | 1000 | 10101 | 100111000 | 101101 | 111110 |
Color Harmonies of #CA73B9
Complementary color
Monochromatic Colors of #CA73B9
Black with #CA73B9
Text Example
Text Example
White with #CA73B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73B9; }
p { color: rgb(202,115,185); }
H1.HeaderClassName
{
color: #CA73B9;
}
.AnyTagClassName
{
color: #CA73B9;
}
</style>
background-color css
<style>
a { background-color: #CA73B9; }
a { background-color: rgb(202,115,185); }
div.DivClassName
{
background-color: #CA73B9;
}
.BgClassName
{
background-color: #CA73B9;
}
</style>
border-color css
<style>
span { border-color: #CA73B9; }
span { border-color: rgb(202,115,185); }
td.TdClassName
{
border-color: #CA73B9;
}
.TagClassName
{
border-color: #CA73B9;
}
</style>