Shades of Orchid #CA7CBC
Tints of Orchid #CA7CBC
RGB
CMYK
RGB Variations
Color information
#CA7CBC (or 0xCA7CBC) is known color: Orchid. HEX triplet: CA, 7C and BC. RGB value is (202,124,188). Sum of RGB (Red+Green+Blue) = 202+124+188=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CBC is #358343. Grayscale: #9A9A9A. Windows color (decimal): -3507012 or 12352714. OLE color: 12352714.
HSL color Cylindrical-coordinate representation of color #CA7CBC: hue angle of 310.77º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7CBC is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 188 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.21 |
| HSL | 310.77º | 0.42% | 0.64% | - |
| HSV(B) | 310.77º | 0.39% | 0.79% | - |
| XYZ | 40.64 | 30.6 | 51.34 | - |
| YUV | 154.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 188 | 0 | 0.39 | 0.07 | 0.21 | 310.77 | 0.42 | 0.64 |
| Hex | CA | 7C | BC | 0 | 27 | 7 | 15 | 137 | 2A | 40 |
| Octal | 312 | 174 | 274 | 0 | 47 | 7 | 25 | 467 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10111100 | 0 | 100111 | 111 | 10101 | 100110111 | 101010 | 1000000 |
Color Harmonies of #CA7CBC
Complementary color
Monochromatic Colors of #CA7CBC
Black with #CA7CBC
Text Example
Text Example
White with #CA7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CBC; }
p { color: rgb(202,124,188); }
H1.HeaderClassName
{
color: #CA7CBC;
}
.AnyTagClassName
{
color: #CA7CBC;
}
</style>
background-color css
<style>
a { background-color: #CA7CBC; }
a { background-color: rgb(202,124,188); }
div.DivClassName
{
background-color: #CA7CBC;
}
.BgClassName
{
background-color: #CA7CBC;
}
</style>
border-color css
<style>
span { border-color: #CA7CBC; }
span { border-color: rgb(202,124,188); }
td.TdClassName
{
border-color: #CA7CBC;
}
.TagClassName
{
border-color: #CA7CBC;
}
</style>