Shades of Orchid #CA76D3
Tints of Orchid #CA76D3
RGB
CMYK
RGB Variations
Color information
#CA76D3 (or 0xCA76D3) is known color: Orchid. HEX triplet: CA, 76 and D3. RGB value is (202,118,211). Sum of RGB (Red+Green+Blue) = 202+118+211=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA76D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76D3 is #35892C. Grayscale: #999999. Windows color (decimal): -3508525 or 13858506. OLE color: 13858506.
HSL color Cylindrical-coordinate representation of color #CA76D3: hue angle of 294.19º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA76D3 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 118 | 211 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.17 |
| HSL | 294.19º | 0.51% | 0.65% | - |
| HSV(B) | 294.19º | 0.44% | 0.83% | - |
| XYZ | 42.59 | 30.22 | 65.22 | - |
| YUV | 153.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 211 | 0.04 | 0.44 | 0 | 0.17 | 294.19 | 0.51 | 0.65 |
| Hex | CA | 76 | D3 | 4 | 2C | 0 | 11 | 126 | 33 | 41 |
| Octal | 312 | 166 | 323 | 4 | 54 | 0 | 21 | 446 | 63 | 101 |
| Binary | 11001010 | 1110110 | 11010011 | 100 | 101100 | 0 | 10001 | 100100110 | 110011 | 1000001 |
Color Harmonies of #CA76D3
Complementary color
Monochromatic Colors of #CA76D3
Black with #CA76D3
Text Example
Text Example
White with #CA76D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76D3; }
p { color: rgb(202,118,211); }
H1.HeaderClassName
{
color: #CA76D3;
}
.AnyTagClassName
{
color: #CA76D3;
}
</style>
background-color css
<style>
a { background-color: #CA76D3; }
a { background-color: rgb(202,118,211); }
div.DivClassName
{
background-color: #CA76D3;
}
.BgClassName
{
background-color: #CA76D3;
}
</style>
border-color css
<style>
span { border-color: #CA76D3; }
span { border-color: rgb(202,118,211); }
td.TdClassName
{
border-color: #CA76D3;
}
.TagClassName
{
border-color: #CA76D3;
}
</style>