Shades of Orchid #CA80C2
Tints of Orchid #CA80C2
RGB
CMYK
RGB Variations
Color information
#CA80C2 (or 0xCA80C2) is known color: Orchid. HEX triplet: CA, 80 and C2. RGB value is (202,128,194). Sum of RGB (Red+Green+Blue) = 202+128+194=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80C2 is #357F3D. Grayscale: #9D9D9D. Windows color (decimal): -3505982 or 12746954. OLE color: 12746954.
HSL color Cylindrical-coordinate representation of color #CA80C2: hue angle of 306.49º 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 #CA80C2 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 194 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.21 |
| HSL | 306.49º | 0.41% | 0.65% | - |
| HSV(B) | 306.49º | 0.37% | 0.79% | - |
| XYZ | 41.81 | 31.89 | 54.99 | - |
| YUV | 157.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 194 | 0 | 0.37 | 0.04 | 0.21 | 306.49 | 0.41 | 0.65 |
| Hex | CA | 80 | C2 | 0 | 25 | 4 | 15 | 132 | 29 | 41 |
| Octal | 312 | 200 | 302 | 0 | 45 | 4 | 25 | 462 | 51 | 101 |
| Binary | 11001010 | 10000000 | 11000010 | 0 | 100101 | 100 | 10101 | 100110010 | 101001 | 1000001 |
Color Harmonies of #CA80C2
Complementary color
Monochromatic Colors of #CA80C2
Black with #CA80C2
Text Example
Text Example
White with #CA80C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80C2; }
p { color: rgb(202,128,194); }
H1.HeaderClassName
{
color: #CA80C2;
}
.AnyTagClassName
{
color: #CA80C2;
}
</style>
background-color css
<style>
a { background-color: #CA80C2; }
a { background-color: rgb(202,128,194); }
div.DivClassName
{
background-color: #CA80C2;
}
.BgClassName
{
background-color: #CA80C2;
}
</style>
border-color css
<style>
span { border-color: #CA80C2; }
span { border-color: rgb(202,128,194); }
td.TdClassName
{
border-color: #CA80C2;
}
.TagClassName
{
border-color: #CA80C2;
}
</style>