Shades of Orchid #CA7CC2
Tints of Orchid #CA7CC2
RGB
CMYK
RGB Variations
Color information
#CA7CC2 (or 0xCA7CC2) is known color: Orchid. HEX triplet: CA, 7C and C2. RGB value is (202,124,194). Sum of RGB (Red+Green+Blue) = 202+124+194=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CC2 is #35833D. Grayscale: #9B9B9B. Windows color (decimal): -3507006 or 12745930. OLE color: 12745930.
HSL color Cylindrical-coordinate representation of color #CA7CC2: hue angle of 306.15º 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 #CA7CC2 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 194 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.21 |
| HSL | 306.15º | 0.42% | 0.64% | - |
| HSV(B) | 306.15º | 0.39% | 0.79% | - |
| XYZ | 41.3 | 30.87 | 54.82 | - |
| YUV | 155.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 194 | 0 | 0.39 | 0.04 | 0.21 | 306.15 | 0.42 | 0.64 |
| Hex | CA | 7C | C2 | 0 | 27 | 4 | 15 | 132 | 2A | 40 |
| Octal | 312 | 174 | 302 | 0 | 47 | 4 | 25 | 462 | 52 | 100 |
| Binary | 11001010 | 1111100 | 11000010 | 0 | 100111 | 100 | 10101 | 100110010 | 101010 | 1000000 |
Color Harmonies of #CA7CC2
Complementary color
Monochromatic Colors of #CA7CC2
Black with #CA7CC2
Text Example
Text Example
White with #CA7CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CC2; }
p { color: rgb(202,124,194); }
H1.HeaderClassName
{
color: #CA7CC2;
}
.AnyTagClassName
{
color: #CA7CC2;
}
</style>
background-color css
<style>
a { background-color: #CA7CC2; }
a { background-color: rgb(202,124,194); }
div.DivClassName
{
background-color: #CA7CC2;
}
.BgClassName
{
background-color: #CA7CC2;
}
</style>
border-color css
<style>
span { border-color: #CA7CC2; }
span { border-color: rgb(202,124,194); }
td.TdClassName
{
border-color: #CA7CC2;
}
.TagClassName
{
border-color: #CA7CC2;
}
</style>