Shades of Orchid #CA80DA
Tints of Orchid #CA80DA
RGB
CMYK
RGB Variations
Color information
#CA80DA (or 0xCA80DA) is known color: Orchid. HEX triplet: CA, 80 and DA. RGB value is (202,128,218). Sum of RGB (Red+Green+Blue) = 202+128+218=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80DA is #357F25. Grayscale: #A0A0A0. Windows color (decimal): -3505958 or 14319818. OLE color: 14319818.
HSL color Cylindrical-coordinate representation of color #CA80DA: hue angle of 289.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA80DA is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 128 | 218 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.15 |
| HSL | 289.33º | 0.55% | 0.68% | - |
| HSV(B) | 289.33º | 0.41% | 0.85% | - |
| XYZ | 44.73 | 33.06 | 70.35 | - |
| YUV | 160.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 218 | 0.07 | 0.41 | 0 | 0.15 | 289.33 | 0.55 | 0.68 |
| Hex | CA | 80 | DA | 7 | 29 | 0 | F | 121 | 37 | 44 |
| Octal | 312 | 200 | 332 | 7 | 51 | 0 | 17 | 441 | 67 | 104 |
| Binary | 11001010 | 10000000 | 11011010 | 111 | 101001 | 0 | 1111 | 100100001 | 110111 | 1000100 |
Color Harmonies of #CA80DA
Complementary color
Monochromatic Colors of #CA80DA
Black with #CA80DA
Text Example
Text Example
White with #CA80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80DA; }
p { color: rgb(202,128,218); }
H1.HeaderClassName
{
color: #CA80DA;
}
.AnyTagClassName
{
color: #CA80DA;
}
</style>
background-color css
<style>
a { background-color: #CA80DA; }
a { background-color: rgb(202,128,218); }
div.DivClassName
{
background-color: #CA80DA;
}
.BgClassName
{
background-color: #CA80DA;
}
</style>
border-color css
<style>
span { border-color: #CA80DA; }
span { border-color: rgb(202,128,218); }
td.TdClassName
{
border-color: #CA80DA;
}
.TagClassName
{
border-color: #CA80DA;
}
</style>