Shades of Orchid #CA7CC0
Tints of Orchid #CA7CC0
RGB
CMYK
RGB Variations
Color information
#CA7CC0 (or 0xCA7CC0) is known color: Orchid. HEX triplet: CA, 7C and C0. RGB value is (202,124,192). Sum of RGB (Red+Green+Blue) = 202+124+192=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CC0 is #35833F. Grayscale: #9A9A9A. Windows color (decimal): -3507008 or 12614858. OLE color: 12614858.
HSL color Cylindrical-coordinate representation of color #CA7CC0: hue angle of 307.69º 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 #CA7CC0 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 192 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.21 |
| HSL | 307.69º | 0.42% | 0.64% | - |
| HSV(B) | 307.69º | 0.39% | 0.79% | - |
| XYZ | 41.08 | 30.78 | 53.64 | - |
| YUV | 155.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 192 | 0 | 0.39 | 0.05 | 0.21 | 307.69 | 0.42 | 0.64 |
| Hex | CA | 7C | C0 | 0 | 27 | 5 | 15 | 134 | 2A | 40 |
| Octal | 312 | 174 | 300 | 0 | 47 | 5 | 25 | 464 | 52 | 100 |
| Binary | 11001010 | 1111100 | 11000000 | 0 | 100111 | 101 | 10101 | 100110100 | 101010 | 1000000 |
Color Harmonies of #CA7CC0
Complementary color
Monochromatic Colors of #CA7CC0
Black with #CA7CC0
Text Example
Text Example
White with #CA7CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CC0; }
p { color: rgb(202,124,192); }
H1.HeaderClassName
{
color: #CA7CC0;
}
.AnyTagClassName
{
color: #CA7CC0;
}
</style>
background-color css
<style>
a { background-color: #CA7CC0; }
a { background-color: rgb(202,124,192); }
div.DivClassName
{
background-color: #CA7CC0;
}
.BgClassName
{
background-color: #CA7CC0;
}
</style>
border-color css
<style>
span { border-color: #CA7CC0; }
span { border-color: rgb(202,124,192); }
td.TdClassName
{
border-color: #CA7CC0;
}
.TagClassName
{
border-color: #CA7CC0;
}
</style>