Shades of Orchid #CA7AC2
Tints of Orchid #CA7AC2
RGB
CMYK
RGB Variations
Color information
#CA7AC2 (or 0xCA7AC2) is known color: Orchid. HEX triplet: CA, 7A and C2. RGB value is (202,122,194). Sum of RGB (Red+Green+Blue) = 202+122+194=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AC2 is #35853D. Grayscale: #999999. Windows color (decimal): -3507518 or 12745418. OLE color: 12745418.
HSL color Cylindrical-coordinate representation of color #CA7AC2: hue angle of 306º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7AC2 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 194 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.21 |
| HSL | 306º | 0.43% | 0.64% | - |
| HSV(B) | 306º | 0.4% | 0.79% | - |
| XYZ | 41.05 | 30.37 | 54.74 | - |
| YUV | 154.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 194 | 0 | 0.40 | 0.04 | 0.21 | 306 | 0.43 | 0.64 |
| Hex | CA | 7A | C2 | 0 | 28 | 4 | 15 | 132 | 2B | 40 |
| Octal | 312 | 172 | 302 | 0 | 50 | 4 | 25 | 462 | 53 | 100 |
| Binary | 11001010 | 1111010 | 11000010 | 0 | 101000 | 100 | 10101 | 100110010 | 101011 | 1000000 |
Color Harmonies of #CA7AC2
Complementary color
Monochromatic Colors of #CA7AC2
Black with #CA7AC2
Text Example
Text Example
White with #CA7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AC2; }
p { color: rgb(202,122,194); }
H1.HeaderClassName
{
color: #CA7AC2;
}
.AnyTagClassName
{
color: #CA7AC2;
}
</style>
background-color css
<style>
a { background-color: #CA7AC2; }
a { background-color: rgb(202,122,194); }
div.DivClassName
{
background-color: #CA7AC2;
}
.BgClassName
{
background-color: #CA7AC2;
}
</style>
border-color css
<style>
span { border-color: #CA7AC2; }
span { border-color: rgb(202,122,194); }
td.TdClassName
{
border-color: #CA7AC2;
}
.TagClassName
{
border-color: #CA7AC2;
}
</style>