Shades of Orchid #CA76BE
Tints of Orchid #CA76BE
RGB
CMYK
RGB Variations
Color information
#CA76BE (or 0xCA76BE) is known color: Orchid. HEX triplet: CA, 76 and BE. RGB value is (202,118,190). Sum of RGB (Red+Green+Blue) = 202+118+190=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76BE is #358941. Grayscale: #979797. Windows color (decimal): -3508546 or 12482250. OLE color: 12482250.
HSL color Cylindrical-coordinate representation of color #CA76BE: hue angle of 308.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA76BE is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 190 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.21 |
| HSL | 308.57º | 0.44% | 0.63% | - |
| HSV(B) | 308.57º | 0.42% | 0.79% | - |
| XYZ | 40.13 | 29.23 | 52.24 | - |
| YUV | 151.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 190 | 0 | 0.42 | 0.06 | 0.21 | 308.57 | 0.44 | 0.63 |
| Hex | CA | 76 | BE | 0 | 2A | 6 | 15 | 135 | 2C | 3F |
| Octal | 312 | 166 | 276 | 0 | 52 | 6 | 25 | 465 | 54 | 77 |
| Binary | 11001010 | 1110110 | 10111110 | 0 | 101010 | 110 | 10101 | 100110101 | 101100 | 111111 |
Color Harmonies of #CA76BE
Complementary color
Monochromatic Colors of #CA76BE
Black with #CA76BE
Text Example
Text Example
White with #CA76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76BE; }
p { color: rgb(202,118,190); }
H1.HeaderClassName
{
color: #CA76BE;
}
.AnyTagClassName
{
color: #CA76BE;
}
</style>
background-color css
<style>
a { background-color: #CA76BE; }
a { background-color: rgb(202,118,190); }
div.DivClassName
{
background-color: #CA76BE;
}
.BgClassName
{
background-color: #CA76BE;
}
</style>
border-color css
<style>
span { border-color: #CA76BE; }
span { border-color: rgb(202,118,190); }
td.TdClassName
{
border-color: #CA76BE;
}
.TagClassName
{
border-color: #CA76BE;
}
</style>