Shades of Orchid #CA76D5
Tints of Orchid #CA76D5
RGB
CMYK
RGB Variations
Color information
#CA76D5 (or 0xCA76D5) is known color: Orchid. HEX triplet: CA, 76 and D5. RGB value is (202,118,213). Sum of RGB (Red+Green+Blue) = 202+118+213=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA76D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76D5 is #35892A. Grayscale: #999999. Windows color (decimal): -3508523 or 13989578. OLE color: 13989578.
HSL color Cylindrical-coordinate representation of color #CA76D5: hue angle of 293.05º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA76D5 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 118 | 213 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.16 |
| HSL | 293.05º | 0.53% | 0.65% | - |
| HSV(B) | 293.05º | 0.45% | 0.84% | - |
| XYZ | 42.85 | 30.32 | 66.54 | - |
| YUV | 153.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 213 | 0.05 | 0.45 | 0 | 0.16 | 293.05 | 0.53 | 0.65 |
| Hex | CA | 76 | D5 | 5 | 2D | 0 | 10 | 125 | 35 | 41 |
| Octal | 312 | 166 | 325 | 5 | 55 | 0 | 20 | 445 | 65 | 101 |
| Binary | 11001010 | 1110110 | 11010101 | 101 | 101101 | 0 | 10000 | 100100101 | 110101 | 1000001 |
Color Harmonies of #CA76D5
Complementary color
Monochromatic Colors of #CA76D5
Black with #CA76D5
Text Example
Text Example
White with #CA76D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76D5; }
p { color: rgb(202,118,213); }
H1.HeaderClassName
{
color: #CA76D5;
}
.AnyTagClassName
{
color: #CA76D5;
}
</style>
background-color css
<style>
a { background-color: #CA76D5; }
a { background-color: rgb(202,118,213); }
div.DivClassName
{
background-color: #CA76D5;
}
.BgClassName
{
background-color: #CA76D5;
}
</style>
border-color css
<style>
span { border-color: #CA76D5; }
span { border-color: rgb(202,118,213); }
td.TdClassName
{
border-color: #CA76D5;
}
.TagClassName
{
border-color: #CA76D5;
}
</style>