Shades of Orchid #CA7AD2
Tints of Orchid #CA7AD2
RGB
CMYK
RGB Variations
Color information
#CA7AD2 (or 0xCA7AD2) is known color: Orchid. HEX triplet: CA, 7A and D2. RGB value is (202,122,210). Sum of RGB (Red+Green+Blue) = 202+122+210=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA7AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AD2 is #35852D. Grayscale: #9B9B9B. Windows color (decimal): -3507502 or 13793994. OLE color: 13793994.
HSL color Cylindrical-coordinate representation of color #CA7AD2: hue angle of 294.55º 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 #CA7AD2 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 122 | 210 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.18 |
| HSL | 294.55º | 0.49% | 0.65% | - |
| HSV(B) | 294.55º | 0.42% | 0.82% | - |
| XYZ | 42.95 | 31.13 | 64.72 | - |
| YUV | 155.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 210 | 0.04 | 0.42 | 0 | 0.18 | 294.55 | 0.49 | 0.65 |
| Hex | CA | 7A | D2 | 4 | 2A | 0 | 12 | 127 | 31 | 41 |
| Octal | 312 | 172 | 322 | 4 | 52 | 0 | 22 | 447 | 61 | 101 |
| Binary | 11001010 | 1111010 | 11010010 | 100 | 101010 | 0 | 10010 | 100100111 | 110001 | 1000001 |
Color Harmonies of #CA7AD2
Complementary color
Monochromatic Colors of #CA7AD2
Black with #CA7AD2
Text Example
Text Example
White with #CA7AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AD2; }
p { color: rgb(202,122,210); }
H1.HeaderClassName
{
color: #CA7AD2;
}
.AnyTagClassName
{
color: #CA7AD2;
}
</style>
background-color css
<style>
a { background-color: #CA7AD2; }
a { background-color: rgb(202,122,210); }
div.DivClassName
{
background-color: #CA7AD2;
}
.BgClassName
{
background-color: #CA7AD2;
}
</style>
border-color css
<style>
span { border-color: #CA7AD2; }
span { border-color: rgb(202,122,210); }
td.TdClassName
{
border-color: #CA7AD2;
}
.TagClassName
{
border-color: #CA7AD2;
}
</style>