Shades of Orchid #CA7AD1
Tints of Orchid #CA7AD1
RGB
CMYK
RGB Variations
Color information
#CA7AD1 (or 0xCA7AD1) is known color: Orchid. HEX triplet: CA, 7A and D1. RGB value is (202,122,209). Sum of RGB (Red+Green+Blue) = 202+122+209=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA7AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AD1 is #35852E. Grayscale: #9B9B9B. Windows color (decimal): -3507503 or 13728458. OLE color: 13728458.
HSL color Cylindrical-coordinate representation of color #CA7AD1: hue angle of 295.17º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7AD1 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 122 | 209 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.18 |
| HSL | 295.17º | 0.49% | 0.65% | - |
| HSV(B) | 295.17º | 0.42% | 0.82% | - |
| XYZ | 42.83 | 31.08 | 64.06 | - |
| YUV | 155.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 209 | 0.03 | 0.42 | 0 | 0.18 | 295.17 | 0.49 | 0.65 |
| Hex | CA | 7A | D1 | 3 | 2A | 0 | 12 | 127 | 31 | 41 |
| Octal | 312 | 172 | 321 | 3 | 52 | 0 | 22 | 447 | 61 | 101 |
| Binary | 11001010 | 1111010 | 11010001 | 11 | 101010 | 0 | 10010 | 100100111 | 110001 | 1000001 |
Color Harmonies of #CA7AD1
Complementary color
Monochromatic Colors of #CA7AD1
Black with #CA7AD1
Text Example
Text Example
White with #CA7AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AD1; }
p { color: rgb(202,122,209); }
H1.HeaderClassName
{
color: #CA7AD1;
}
.AnyTagClassName
{
color: #CA7AD1;
}
</style>
background-color css
<style>
a { background-color: #CA7AD1; }
a { background-color: rgb(202,122,209); }
div.DivClassName
{
background-color: #CA7AD1;
}
.BgClassName
{
background-color: #CA7AD1;
}
</style>
border-color css
<style>
span { border-color: #CA7AD1; }
span { border-color: rgb(202,122,209); }
td.TdClassName
{
border-color: #CA7AD1;
}
.TagClassName
{
border-color: #CA7AD1;
}
</style>