Shades of Orchid #CA7ADC
Tints of Orchid #CA7ADC
RGB
CMYK
RGB Variations
Color information
#CA7ADC (or 0xCA7ADC) is known color: Orchid. HEX triplet: CA, 7A and DC. RGB value is (202,122,220). Sum of RGB (Red+Green+Blue) = 202+122+220=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ADC is #358523. Grayscale: #9C9C9C. Windows color (decimal): -3507492 or 14449354. OLE color: 14449354.
HSL color Cylindrical-coordinate representation of color #CA7ADC: hue angle of 288.98º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7ADC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 122 | 220 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.14 |
| HSL | 288.98º | 0.58% | 0.67% | - |
| HSV(B) | 288.98º | 0.45% | 0.86% | - |
| XYZ | 44.23 | 31.64 | 71.49 | - |
| YUV | 157.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 220 | 0.08 | 0.45 | 0 | 0.14 | 288.98 | 0.58 | 0.67 |
| Hex | CA | 7A | DC | 8 | 2D | 0 | E | 121 | 3A | 43 |
| Octal | 312 | 172 | 334 | 10 | 55 | 0 | 16 | 441 | 72 | 103 |
| Binary | 11001010 | 1111010 | 11011100 | 1000 | 101101 | 0 | 1110 | 100100001 | 111010 | 1000011 |
Color Harmonies of #CA7ADC
Complementary color
Monochromatic Colors of #CA7ADC
Black with #CA7ADC
Text Example
Text Example
White with #CA7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7ADC; }
p { color: rgb(202,122,220); }
H1.HeaderClassName
{
color: #CA7ADC;
}
.AnyTagClassName
{
color: #CA7ADC;
}
</style>
background-color css
<style>
a { background-color: #CA7ADC; }
a { background-color: rgb(202,122,220); }
div.DivClassName
{
background-color: #CA7ADC;
}
.BgClassName
{
background-color: #CA7ADC;
}
</style>
border-color css
<style>
span { border-color: #CA7ADC; }
span { border-color: rgb(202,122,220); }
td.TdClassName
{
border-color: #CA7ADC;
}
.TagClassName
{
border-color: #CA7ADC;
}
</style>