Shades of Orchid #CA80CD
Tints of Orchid #CA80CD
RGB
CMYK
RGB Variations
Color information
#CA80CD (or 0xCA80CD) is known color: Orchid. HEX triplet: CA, 80 and CD. RGB value is (202,128,205). Sum of RGB (Red+Green+Blue) = 202+128+205=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA80CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80CD is #357F32. Grayscale: #9E9E9E. Windows color (decimal): -3505971 or 13467850. OLE color: 13467850.
HSL color Cylindrical-coordinate representation of color #CA80CD: hue angle of 297.66º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA80CD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 128 | 205 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.20 |
| HSL | 297.66º | 0.44% | 0.65% | - |
| HSV(B) | 297.66º | 0.38% | 0.8% | - |
| XYZ | 43.1 | 32.4 | 61.74 | - |
| YUV | 158.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 205 | 0.01 | 0.38 | 0 | 0.20 | 297.66 | 0.44 | 0.65 |
| Hex | CA | 80 | CD | 1 | 26 | 0 | 14 | 12A | 2C | 41 |
| Octal | 312 | 200 | 315 | 1 | 46 | 0 | 24 | 452 | 54 | 101 |
| Binary | 11001010 | 10000000 | 11001101 | 1 | 100110 | 0 | 10100 | 100101010 | 101100 | 1000001 |
Color Harmonies of #CA80CD
Complementary color
Monochromatic Colors of #CA80CD
Black with #CA80CD
Text Example
Text Example
White with #CA80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80CD; }
p { color: rgb(202,128,205); }
H1.HeaderClassName
{
color: #CA80CD;
}
.AnyTagClassName
{
color: #CA80CD;
}
</style>
background-color css
<style>
a { background-color: #CA80CD; }
a { background-color: rgb(202,128,205); }
div.DivClassName
{
background-color: #CA80CD;
}
.BgClassName
{
background-color: #CA80CD;
}
</style>
border-color css
<style>
span { border-color: #CA80CD; }
span { border-color: rgb(202,128,205); }
td.TdClassName
{
border-color: #CA80CD;
}
.TagClassName
{
border-color: #CA80CD;
}
</style>