Shades of Orchid #CA7ACD
Tints of Orchid #CA7ACD
RGB
CMYK
RGB Variations
Color information
#CA7ACD (or 0xCA7ACD) is known color: Orchid. HEX triplet: CA, 7A and CD. RGB value is (202,122,205). Sum of RGB (Red+Green+Blue) = 202+122+205=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ACD is #358532. Grayscale: #9B9B9B. Windows color (decimal): -3507507 or 13466314. OLE color: 13466314.
HSL color Cylindrical-coordinate representation of color #CA7ACD: hue angle of 297.83º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7ACD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 122 | 205 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.20 |
| HSL | 297.83º | 0.45% | 0.64% | - |
| HSV(B) | 297.83º | 0.4% | 0.8% | - |
| XYZ | 42.34 | 30.88 | 61.49 | - |
| YUV | 155.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 205 | 0.01 | 0.40 | 0 | 0.20 | 297.83 | 0.45 | 0.64 |
| Hex | CA | 7A | CD | 1 | 28 | 0 | 14 | 12A | 2D | 40 |
| Octal | 312 | 172 | 315 | 1 | 50 | 0 | 24 | 452 | 55 | 100 |
| Binary | 11001010 | 1111010 | 11001101 | 1 | 101000 | 0 | 10100 | 100101010 | 101101 | 1000000 |
Color Harmonies of #CA7ACD
Complementary color
Monochromatic Colors of #CA7ACD
Black with #CA7ACD
Text Example
Text Example
White with #CA7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7ACD; }
p { color: rgb(202,122,205); }
H1.HeaderClassName
{
color: #CA7ACD;
}
.AnyTagClassName
{
color: #CA7ACD;
}
</style>
background-color css
<style>
a { background-color: #CA7ACD; }
a { background-color: rgb(202,122,205); }
div.DivClassName
{
background-color: #CA7ACD;
}
.BgClassName
{
background-color: #CA7ACD;
}
</style>
border-color css
<style>
span { border-color: #CA7ACD; }
span { border-color: rgb(202,122,205); }
td.TdClassName
{
border-color: #CA7ACD;
}
.TagClassName
{
border-color: #CA7ACD;
}
</style>