Shades of Orchid #CA80BC
Tints of Orchid #CA80BC
RGB
CMYK
RGB Variations
Color information
#CA80BC (or 0xCA80BC) is known color: Orchid. HEX triplet: CA, 80 and BC. RGB value is (202,128,188). Sum of RGB (Red+Green+Blue) = 202+128+188=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80BC is #357F43. Grayscale: #9C9C9C. Windows color (decimal): -3505988 or 12353738. OLE color: 12353738.
HSL color Cylindrical-coordinate representation of color #CA80BC: hue angle of 311.35º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA80BC is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 188 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.21 |
| HSL | 311.35º | 0.41% | 0.65% | - |
| HSV(B) | 311.35º | 0.37% | 0.79% | - |
| XYZ | 41.15 | 31.63 | 51.51 | - |
| YUV | 156.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 188 | 0 | 0.37 | 0.07 | 0.21 | 311.35 | 0.41 | 0.65 |
| Hex | CA | 80 | BC | 0 | 25 | 7 | 15 | 137 | 29 | 41 |
| Octal | 312 | 200 | 274 | 0 | 45 | 7 | 25 | 467 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10111100 | 0 | 100101 | 111 | 10101 | 100110111 | 101001 | 1000001 |
Color Harmonies of #CA80BC
Complementary color
Monochromatic Colors of #CA80BC
Black with #CA80BC
Text Example
Text Example
White with #CA80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80BC; }
p { color: rgb(202,128,188); }
H1.HeaderClassName
{
color: #CA80BC;
}
.AnyTagClassName
{
color: #CA80BC;
}
</style>
background-color css
<style>
a { background-color: #CA80BC; }
a { background-color: rgb(202,128,188); }
div.DivClassName
{
background-color: #CA80BC;
}
.BgClassName
{
background-color: #CA80BC;
}
</style>
border-color css
<style>
span { border-color: #CA80BC; }
span { border-color: rgb(202,128,188); }
td.TdClassName
{
border-color: #CA80BC;
}
.TagClassName
{
border-color: #CA80BC;
}
</style>