Shades of Orchid #CA76E5
Tints of Orchid #CA76E5
RGB
CMYK
RGB Variations
Color information
#CA76E5 (or 0xCA76E5) is known color: Orchid. HEX triplet: CA, 76 and E5. RGB value is (202,118,229). Sum of RGB (Red+Green+Blue) = 202+118+229=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76E5 is #35891A. Grayscale: #9B9B9B. Windows color (decimal): -3508507 or 15038154. OLE color: 15038154.
HSL color Cylindrical-coordinate representation of color #CA76E5: hue angle of 285.41º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA76E5 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 118 | 229 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.10 |
| HSL | 285.41º | 0.68% | 0.68% | - |
| HSV(B) | 285.41º | 0.48% | 0.9% | - |
| XYZ | 44.98 | 31.17 | 77.77 | - |
| YUV | 155.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 229 | 0.12 | 0.48 | 0 | 0.10 | 285.41 | 0.68 | 0.68 |
| Hex | CA | 76 | E5 | C | 30 | 0 | A | 11D | 44 | 44 |
| Octal | 312 | 166 | 345 | 14 | 60 | 0 | 12 | 435 | 104 | 104 |
| Binary | 11001010 | 1110110 | 11100101 | 1100 | 110000 | 0 | 1010 | 100011101 | 1000100 | 1000100 |
Color Harmonies of #CA76E5
Complementary color
Monochromatic Colors of #CA76E5
Black with #CA76E5
Text Example
Text Example
White with #CA76E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76E5; }
p { color: rgb(202,118,229); }
H1.HeaderClassName
{
color: #CA76E5;
}
.AnyTagClassName
{
color: #CA76E5;
}
</style>
background-color css
<style>
a { background-color: #CA76E5; }
a { background-color: rgb(202,118,229); }
div.DivClassName
{
background-color: #CA76E5;
}
.BgClassName
{
background-color: #CA76E5;
}
</style>
border-color css
<style>
span { border-color: #CA76E5; }
span { border-color: rgb(202,118,229); }
td.TdClassName
{
border-color: #CA76E5;
}
.TagClassName
{
border-color: #CA76E5;
}
</style>