Shades of Orchid #CA73DD
Tints of Orchid #CA73DD
RGB
CMYK
RGB Variations
Color information
#CA73DD (or 0xCA73DD) is known color: Orchid. HEX triplet: CA, 73 and DD. RGB value is (202,115,221). Sum of RGB (Red+Green+Blue) = 202+115+221=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73DD is #358C22. Grayscale: #989898. Windows color (decimal): -3509283 or 14513098. OLE color: 14513098.
HSL color Cylindrical-coordinate representation of color #CA73DD: hue angle of 289.25º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA73DD is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 115 | 221 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.13 |
| HSL | 289.25º | 0.61% | 0.66% | - |
| HSV(B) | 289.25º | 0.48% | 0.87% | - |
| XYZ | 43.54 | 30.04 | 71.91 | - |
| YUV | 153.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 221 | 0.09 | 0.48 | 0 | 0.13 | 289.25 | 0.61 | 0.66 |
| Hex | CA | 73 | DD | 9 | 30 | 0 | D | 121 | 3D | 42 |
| Octal | 312 | 163 | 335 | 11 | 60 | 0 | 15 | 441 | 75 | 102 |
| Binary | 11001010 | 1110011 | 11011101 | 1001 | 110000 | 0 | 1101 | 100100001 | 111101 | 1000010 |
Color Harmonies of #CA73DD
Complementary color
Monochromatic Colors of #CA73DD
Black with #CA73DD
Text Example
Text Example
White with #CA73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73DD; }
p { color: rgb(202,115,221); }
H1.HeaderClassName
{
color: #CA73DD;
}
.AnyTagClassName
{
color: #CA73DD;
}
</style>
background-color css
<style>
a { background-color: #CA73DD; }
a { background-color: rgb(202,115,221); }
div.DivClassName
{
background-color: #CA73DD;
}
.BgClassName
{
background-color: #CA73DD;
}
</style>
border-color css
<style>
span { border-color: #CA73DD; }
span { border-color: rgb(202,115,221); }
td.TdClassName
{
border-color: #CA73DD;
}
.TagClassName
{
border-color: #CA73DD;
}
</style>