Shades of Orchid #CA7AC0
Tints of Orchid #CA7AC0
RGB
CMYK
RGB Variations
Color information
#CA7AC0 (or 0xCA7AC0) is known color: Orchid. HEX triplet: CA, 7A and C0. RGB value is (202,122,192). Sum of RGB (Red+Green+Blue) = 202+122+192=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AC0 is #35853F. Grayscale: #999999. Windows color (decimal): -3507520 or 12614346. OLE color: 12614346.
HSL color Cylindrical-coordinate representation of color #CA7AC0: hue angle of 307.5º 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 #CA7AC0 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 192 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.21 |
| HSL | 307.5º | 0.43% | 0.64% | - |
| HSV(B) | 307.5º | 0.4% | 0.79% | - |
| XYZ | 40.83 | 30.28 | 53.56 | - |
| YUV | 153.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 192 | 0 | 0.40 | 0.05 | 0.21 | 307.5 | 0.43 | 0.64 |
| Hex | CA | 7A | C0 | 0 | 28 | 5 | 15 | 134 | 2B | 40 |
| Octal | 312 | 172 | 300 | 0 | 50 | 5 | 25 | 464 | 53 | 100 |
| Binary | 11001010 | 1111010 | 11000000 | 0 | 101000 | 101 | 10101 | 100110100 | 101011 | 1000000 |
Color Harmonies of #CA7AC0
Complementary color
Monochromatic Colors of #CA7AC0
Black with #CA7AC0
Text Example
Text Example
White with #CA7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AC0; }
p { color: rgb(202,122,192); }
H1.HeaderClassName
{
color: #CA7AC0;
}
.AnyTagClassName
{
color: #CA7AC0;
}
</style>
background-color css
<style>
a { background-color: #CA7AC0; }
a { background-color: rgb(202,122,192); }
div.DivClassName
{
background-color: #CA7AC0;
}
.BgClassName
{
background-color: #CA7AC0;
}
</style>
border-color css
<style>
span { border-color: #CA7AC0; }
span { border-color: rgb(202,122,192); }
td.TdClassName
{
border-color: #CA7AC0;
}
.TagClassName
{
border-color: #CA7AC0;
}
</style>