Shades of Orchid #CA73DC
Tints of Orchid #CA73DC
RGB
CMYK
RGB Variations
Color information
#CA73DC (or 0xCA73DC) is known color: Orchid. HEX triplet: CA, 73 and DC. RGB value is (202,115,220). Sum of RGB (Red+Green+Blue) = 202+115+220=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73DC is #358C23. Grayscale: #989898. Windows color (decimal): -3509284 or 14447562. OLE color: 14447562.
HSL color Cylindrical-coordinate representation of color #CA73DC: hue angle of 289.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA73DC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 115 | 220 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.14 |
| HSL | 289.71º | 0.6% | 0.66% | - |
| HSV(B) | 289.71º | 0.48% | 0.86% | - |
| XYZ | 43.41 | 29.99 | 71.21 | - |
| YUV | 152.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 220 | 0.08 | 0.48 | 0 | 0.14 | 289.71 | 0.6 | 0.66 |
| Hex | CA | 73 | DC | 8 | 30 | 0 | E | 122 | 3C | 42 |
| Octal | 312 | 163 | 334 | 10 | 60 | 0 | 16 | 442 | 74 | 102 |
| Binary | 11001010 | 1110011 | 11011100 | 1000 | 110000 | 0 | 1110 | 100100010 | 111100 | 1000010 |
Color Harmonies of #CA73DC
Complementary color
Monochromatic Colors of #CA73DC
Black with #CA73DC
Text Example
Text Example
White with #CA73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73DC; }
p { color: rgb(202,115,220); }
H1.HeaderClassName
{
color: #CA73DC;
}
.AnyTagClassName
{
color: #CA73DC;
}
</style>
background-color css
<style>
a { background-color: #CA73DC; }
a { background-color: rgb(202,115,220); }
div.DivClassName
{
background-color: #CA73DC;
}
.BgClassName
{
background-color: #CA73DC;
}
</style>
border-color css
<style>
span { border-color: #CA73DC; }
span { border-color: rgb(202,115,220); }
td.TdClassName
{
border-color: #CA73DC;
}
.TagClassName
{
border-color: #CA73DC;
}
</style>