Shades of Orchid #CA73BC
Tints of Orchid #CA73BC
RGB
CMYK
RGB Variations
Color information
#CA73BC (or 0xCA73BC) is known color: Orchid. HEX triplet: CA, 73 and BC. RGB value is (202,115,188). Sum of RGB (Red+Green+Blue) = 202+115+188=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73BC is #358C43. Grayscale: #959595. Windows color (decimal): -3509316 or 12350410. OLE color: 12350410.
HSL color Cylindrical-coordinate representation of color #CA73BC: hue angle of 309.66º 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 #CA73BC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 188 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.21 |
| HSL | 309.66º | 0.45% | 0.62% | - |
| HSV(B) | 309.66º | 0.43% | 0.79% | - |
| XYZ | 39.56 | 28.45 | 50.98 | - |
| YUV | 149.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 188 | 0 | 0.43 | 0.07 | 0.21 | 309.66 | 0.45 | 0.62 |
| Hex | CA | 73 | BC | 0 | 2B | 7 | 15 | 136 | 2D | 3E |
| Octal | 312 | 163 | 274 | 0 | 53 | 7 | 25 | 466 | 55 | 76 |
| Binary | 11001010 | 1110011 | 10111100 | 0 | 101011 | 111 | 10101 | 100110110 | 101101 | 111110 |
Color Harmonies of #CA73BC
Complementary color
Monochromatic Colors of #CA73BC
Black with #CA73BC
Text Example
Text Example
White with #CA73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73BC; }
p { color: rgb(202,115,188); }
H1.HeaderClassName
{
color: #CA73BC;
}
.AnyTagClassName
{
color: #CA73BC;
}
</style>
background-color css
<style>
a { background-color: #CA73BC; }
a { background-color: rgb(202,115,188); }
div.DivClassName
{
background-color: #CA73BC;
}
.BgClassName
{
background-color: #CA73BC;
}
</style>
border-color css
<style>
span { border-color: #CA73BC; }
span { border-color: rgb(202,115,188); }
td.TdClassName
{
border-color: #CA73BC;
}
.TagClassName
{
border-color: #CA73BC;
}
</style>