Shades of Orchid #CA73DA
Tints of Orchid #CA73DA
RGB
CMYK
RGB Variations
Color information
#CA73DA (or 0xCA73DA) is known color: Orchid. HEX triplet: CA, 73 and DA. RGB value is (202,115,218). Sum of RGB (Red+Green+Blue) = 202+115+218=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73DA is #358C25. Grayscale: #989898. Windows color (decimal): -3509286 or 14316490. OLE color: 14316490.
HSL color Cylindrical-coordinate representation of color #CA73DA: hue angle of 290.68º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA73DA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 115 | 218 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.15 |
| HSL | 290.68º | 0.58% | 0.65% | - |
| HSV(B) | 290.68º | 0.47% | 0.85% | - |
| XYZ | 43.14 | 29.88 | 69.82 | - |
| YUV | 152.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 218 | 0.07 | 0.47 | 0 | 0.15 | 290.68 | 0.58 | 0.65 |
| Hex | CA | 73 | DA | 7 | 2F | 0 | F | 123 | 3A | 41 |
| Octal | 312 | 163 | 332 | 7 | 57 | 0 | 17 | 443 | 72 | 101 |
| Binary | 11001010 | 1110011 | 11011010 | 111 | 101111 | 0 | 1111 | 100100011 | 111010 | 1000001 |
Color Harmonies of #CA73DA
Complementary color
Monochromatic Colors of #CA73DA
Black with #CA73DA
Text Example
Text Example
White with #CA73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73DA; }
p { color: rgb(202,115,218); }
H1.HeaderClassName
{
color: #CA73DA;
}
.AnyTagClassName
{
color: #CA73DA;
}
</style>
background-color css
<style>
a { background-color: #CA73DA; }
a { background-color: rgb(202,115,218); }
div.DivClassName
{
background-color: #CA73DA;
}
.BgClassName
{
background-color: #CA73DA;
}
</style>
border-color css
<style>
span { border-color: #CA73DA; }
span { border-color: rgb(202,115,218); }
td.TdClassName
{
border-color: #CA73DA;
}
.TagClassName
{
border-color: #CA73DA;
}
</style>