Shades of Orchid #CA7DDC
Tints of Orchid #CA7DDC
RGB
CMYK
RGB Variations
Color information
#CA7DDC (or 0xCA7DDC) is known color: Orchid. HEX triplet: CA, 7D and DC. RGB value is (202,125,220). Sum of RGB (Red+Green+Blue) = 202+125+220=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DDC is #358223. Grayscale: #9E9E9E. Windows color (decimal): -3506724 or 14450122. OLE color: 14450122.
HSL color Cylindrical-coordinate representation of color #CA7DDC: hue angle of 288.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7DDC is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 125 | 220 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.14 |
| HSL | 288.63º | 0.58% | 0.68% | - |
| HSV(B) | 288.63º | 0.43% | 0.86% | - |
| XYZ | 44.61 | 32.39 | 71.61 | - |
| YUV | 158.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 220 | 0.08 | 0.43 | 0 | 0.14 | 288.63 | 0.58 | 0.68 |
| Hex | CA | 7D | DC | 8 | 2B | 0 | E | 121 | 3A | 44 |
| Octal | 312 | 175 | 334 | 10 | 53 | 0 | 16 | 441 | 72 | 104 |
| Binary | 11001010 | 1111101 | 11011100 | 1000 | 101011 | 0 | 1110 | 100100001 | 111010 | 1000100 |
Color Harmonies of #CA7DDC
Complementary color
Monochromatic Colors of #CA7DDC
Black with #CA7DDC
Text Example
Text Example
White with #CA7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DDC; }
p { color: rgb(202,125,220); }
H1.HeaderClassName
{
color: #CA7DDC;
}
.AnyTagClassName
{
color: #CA7DDC;
}
</style>
background-color css
<style>
a { background-color: #CA7DDC; }
a { background-color: rgb(202,125,220); }
div.DivClassName
{
background-color: #CA7DDC;
}
.BgClassName
{
background-color: #CA7DDC;
}
</style>
border-color css
<style>
span { border-color: #CA7DDC; }
span { border-color: rgb(202,125,220); }
td.TdClassName
{
border-color: #CA7DDC;
}
.TagClassName
{
border-color: #CA7DDC;
}
</style>