Shades of Orchid #CA76C1
Tints of Orchid #CA76C1
RGB
CMYK
RGB Variations
Color information
#CA76C1 (or 0xCA76C1) is known color: Orchid. HEX triplet: CA, 76 and C1. RGB value is (202,118,193). Sum of RGB (Red+Green+Blue) = 202+118+193=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76C1 is #35893E. Grayscale: #979797. Windows color (decimal): -3508543 or 12678858. OLE color: 12678858.
HSL color Cylindrical-coordinate representation of color #CA76C1: hue angle of 306.43º 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 #CA76C1 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 193 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.21 |
| HSL | 306.43º | 0.44% | 0.63% | - |
| HSV(B) | 306.43º | 0.42% | 0.79% | - |
| XYZ | 40.46 | 29.36 | 53.99 | - |
| YUV | 151.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 193 | 0 | 0.42 | 0.04 | 0.21 | 306.43 | 0.44 | 0.63 |
| Hex | CA | 76 | C1 | 0 | 2A | 4 | 15 | 132 | 2C | 3F |
| Octal | 312 | 166 | 301 | 0 | 52 | 4 | 25 | 462 | 54 | 77 |
| Binary | 11001010 | 1110110 | 11000001 | 0 | 101010 | 100 | 10101 | 100110010 | 101100 | 111111 |
Color Harmonies of #CA76C1
Complementary color
Monochromatic Colors of #CA76C1
Black with #CA76C1
Text Example
Text Example
White with #CA76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76C1; }
p { color: rgb(202,118,193); }
H1.HeaderClassName
{
color: #CA76C1;
}
.AnyTagClassName
{
color: #CA76C1;
}
</style>
background-color css
<style>
a { background-color: #CA76C1; }
a { background-color: rgb(202,118,193); }
div.DivClassName
{
background-color: #CA76C1;
}
.BgClassName
{
background-color: #CA76C1;
}
</style>
border-color css
<style>
span { border-color: #CA76C1; }
span { border-color: rgb(202,118,193); }
td.TdClassName
{
border-color: #CA76C1;
}
.TagClassName
{
border-color: #CA76C1;
}
</style>