Shades of Orchid #CA7ADD
Tints of Orchid #CA7ADD
RGB
CMYK
RGB Variations
Color information
#CA7ADD (or 0xCA7ADD) is known color: Orchid. HEX triplet: CA, 7A and DD. RGB value is (202,122,221). Sum of RGB (Red+Green+Blue) = 202+122+221=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ADD is #358522. Grayscale: #9C9C9C. Windows color (decimal): -3507491 or 14514890. OLE color: 14514890.
HSL color Cylindrical-coordinate representation of color #CA7ADD: hue angle of 288.48º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7ADD is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 122 | 221 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.13 |
| HSL | 288.48º | 0.59% | 0.67% | - |
| HSV(B) | 288.48º | 0.45% | 0.87% | - |
| XYZ | 44.37 | 31.7 | 72.19 | - |
| YUV | 157.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 221 | 0.09 | 0.45 | 0 | 0.13 | 288.48 | 0.59 | 0.67 |
| Hex | CA | 7A | DD | 9 | 2D | 0 | D | 120 | 3B | 43 |
| Octal | 312 | 172 | 335 | 11 | 55 | 0 | 15 | 440 | 73 | 103 |
| Binary | 11001010 | 1111010 | 11011101 | 1001 | 101101 | 0 | 1101 | 100100000 | 111011 | 1000011 |
Color Harmonies of #CA7ADD
Complementary color
Monochromatic Colors of #CA7ADD
Black with #CA7ADD
Text Example
Text Example
White with #CA7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7ADD; }
p { color: rgb(202,122,221); }
H1.HeaderClassName
{
color: #CA7ADD;
}
.AnyTagClassName
{
color: #CA7ADD;
}
</style>
background-color css
<style>
a { background-color: #CA7ADD; }
a { background-color: rgb(202,122,221); }
div.DivClassName
{
background-color: #CA7ADD;
}
.BgClassName
{
background-color: #CA7ADD;
}
</style>
border-color css
<style>
span { border-color: #CA7ADD; }
span { border-color: rgb(202,122,221); }
td.TdClassName
{
border-color: #CA7ADD;
}
.TagClassName
{
border-color: #CA7ADD;
}
</style>