Shades of Orchid #CA80DF
Tints of Orchid #CA80DF
RGB
CMYK
RGB Variations
Color information
#CA80DF (or 0xCA80DF) is known color: Orchid. HEX triplet: CA, 80 and DF. RGB value is (202,128,223). Sum of RGB (Red+Green+Blue) = 202+128+223=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80DF is #357F20. Grayscale: #A0A0A0. Windows color (decimal): -3505953 or 14647498. OLE color: 14647498.
HSL color Cylindrical-coordinate representation of color #CA80DF: hue angle of 286.74º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA80DF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 128 | 223 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.13 |
| HSL | 286.74º | 0.6% | 0.69% | - |
| HSV(B) | 286.74º | 0.43% | 0.87% | - |
| XYZ | 45.4 | 33.32 | 73.85 | - |
| YUV | 160.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 223 | 0.09 | 0.43 | 0 | 0.13 | 286.74 | 0.6 | 0.69 |
| Hex | CA | 80 | DF | 9 | 2B | 0 | D | 11F | 3C | 45 |
| Octal | 312 | 200 | 337 | 11 | 53 | 0 | 15 | 437 | 74 | 105 |
| Binary | 11001010 | 10000000 | 11011111 | 1001 | 101011 | 0 | 1101 | 100011111 | 111100 | 1000101 |
Color Harmonies of #CA80DF
Complementary color
Monochromatic Colors of #CA80DF
Black with #CA80DF
Text Example
Text Example
White with #CA80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80DF; }
p { color: rgb(202,128,223); }
H1.HeaderClassName
{
color: #CA80DF;
}
.AnyTagClassName
{
color: #CA80DF;
}
</style>
background-color css
<style>
a { background-color: #CA80DF; }
a { background-color: rgb(202,128,223); }
div.DivClassName
{
background-color: #CA80DF;
}
.BgClassName
{
background-color: #CA80DF;
}
</style>
border-color css
<style>
span { border-color: #CA80DF; }
span { border-color: rgb(202,128,223); }
td.TdClassName
{
border-color: #CA80DF;
}
.TagClassName
{
border-color: #CA80DF;
}
</style>