Shades of Orchid #CA80BE
Tints of Orchid #CA80BE
RGB
CMYK
RGB Variations
Color information
#CA80BE (or 0xCA80BE) is known color: Orchid. HEX triplet: CA, 80 and BE. RGB value is (202,128,190). Sum of RGB (Red+Green+Blue) = 202+128+190=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80BE is #357F41. Grayscale: #9D9D9D. Windows color (decimal): -3505986 or 12484810. OLE color: 12484810.
HSL color Cylindrical-coordinate representation of color #CA80BE: hue angle of 309.73º 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 #CA80BE is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 190 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.21 |
| HSL | 309.73º | 0.41% | 0.65% | - |
| HSV(B) | 309.73º | 0.37% | 0.79% | - |
| XYZ | 41.37 | 31.71 | 52.66 | - |
| YUV | 157.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 190 | 0 | 0.37 | 0.06 | 0.21 | 309.73 | 0.41 | 0.65 |
| Hex | CA | 80 | BE | 0 | 25 | 6 | 15 | 136 | 29 | 41 |
| Octal | 312 | 200 | 276 | 0 | 45 | 6 | 25 | 466 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10111110 | 0 | 100101 | 110 | 10101 | 100110110 | 101001 | 1000001 |
Color Harmonies of #CA80BE
Complementary color
Monochromatic Colors of #CA80BE
Black with #CA80BE
Text Example
Text Example
White with #CA80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80BE; }
p { color: rgb(202,128,190); }
H1.HeaderClassName
{
color: #CA80BE;
}
.AnyTagClassName
{
color: #CA80BE;
}
</style>
background-color css
<style>
a { background-color: #CA80BE; }
a { background-color: rgb(202,128,190); }
div.DivClassName
{
background-color: #CA80BE;
}
.BgClassName
{
background-color: #CA80BE;
}
</style>
border-color css
<style>
span { border-color: #CA80BE; }
span { border-color: rgb(202,128,190); }
td.TdClassName
{
border-color: #CA80BE;
}
.TagClassName
{
border-color: #CA80BE;
}
</style>