Shades of Orchid #CA73BE
Tints of Orchid #CA73BE
RGB
CMYK
RGB Variations
Color information
#CA73BE (or 0xCA73BE) is known color: Orchid. HEX triplet: CA, 73 and BE. RGB value is (202,115,190). Sum of RGB (Red+Green+Blue) = 202+115+190=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73BE is #358C41. Grayscale: #959595. Windows color (decimal): -3509314 or 12481482. OLE color: 12481482.
HSL color Cylindrical-coordinate representation of color #CA73BE: hue angle of 308.28º 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 #CA73BE is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 190 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.21 |
| HSL | 308.28º | 0.45% | 0.62% | - |
| HSV(B) | 308.28º | 0.43% | 0.79% | - |
| XYZ | 39.78 | 28.54 | 52.13 | - |
| YUV | 149.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 190 | 0 | 0.43 | 0.06 | 0.21 | 308.28 | 0.45 | 0.62 |
| Hex | CA | 73 | BE | 0 | 2B | 6 | 15 | 134 | 2D | 3E |
| Octal | 312 | 163 | 276 | 0 | 53 | 6 | 25 | 464 | 55 | 76 |
| Binary | 11001010 | 1110011 | 10111110 | 0 | 101011 | 110 | 10101 | 100110100 | 101101 | 111110 |
Color Harmonies of #CA73BE
Complementary color
Monochromatic Colors of #CA73BE
Black with #CA73BE
Text Example
Text Example
White with #CA73BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73BE; }
p { color: rgb(202,115,190); }
H1.HeaderClassName
{
color: #CA73BE;
}
.AnyTagClassName
{
color: #CA73BE;
}
</style>
background-color css
<style>
a { background-color: #CA73BE; }
a { background-color: rgb(202,115,190); }
div.DivClassName
{
background-color: #CA73BE;
}
.BgClassName
{
background-color: #CA73BE;
}
</style>
border-color css
<style>
span { border-color: #CA73BE; }
span { border-color: rgb(202,115,190); }
td.TdClassName
{
border-color: #CA73BE;
}
.TagClassName
{
border-color: #CA73BE;
}
</style>