Shades of Orchid #CA7AC7
Tints of Orchid #CA7AC7
RGB
CMYK
RGB Variations
Color information
#CA7AC7 (or 0xCA7AC7) is known color: Orchid. HEX triplet: CA, 7A and C7. RGB value is (202,122,199). Sum of RGB (Red+Green+Blue) = 202+122+199=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AC7 is #358538. Grayscale: #9A9A9A. Windows color (decimal): -3507513 or 13073098. OLE color: 13073098.
HSL color Cylindrical-coordinate representation of color #CA7AC7: hue angle of 302.25º 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 #CA7AC7 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 199 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.21 |
| HSL | 302.25º | 0.43% | 0.64% | - |
| HSV(B) | 302.25º | 0.4% | 0.79% | - |
| XYZ | 41.63 | 30.6 | 57.75 | - |
| YUV | 154.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 199 | 0 | 0.40 | 0.01 | 0.21 | 302.25 | 0.43 | 0.64 |
| Hex | CA | 7A | C7 | 0 | 28 | 1 | 15 | 12E | 2B | 40 |
| Octal | 312 | 172 | 307 | 0 | 50 | 1 | 25 | 456 | 53 | 100 |
| Binary | 11001010 | 1111010 | 11000111 | 0 | 101000 | 1 | 10101 | 100101110 | 101011 | 1000000 |
Color Harmonies of #CA7AC7
Complementary color
Monochromatic Colors of #CA7AC7
Black with #CA7AC7
Text Example
Text Example
White with #CA7AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AC7; }
p { color: rgb(202,122,199); }
H1.HeaderClassName
{
color: #CA7AC7;
}
.AnyTagClassName
{
color: #CA7AC7;
}
</style>
background-color css
<style>
a { background-color: #CA7AC7; }
a { background-color: rgb(202,122,199); }
div.DivClassName
{
background-color: #CA7AC7;
}
.BgClassName
{
background-color: #CA7AC7;
}
</style>
border-color css
<style>
span { border-color: #CA7AC7; }
span { border-color: rgb(202,122,199); }
td.TdClassName
{
border-color: #CA7AC7;
}
.TagClassName
{
border-color: #CA7AC7;
}
</style>