Shades of Orchid #CA76D4
Tints of Orchid #CA76D4
RGB
CMYK
RGB Variations
Color information
#CA76D4 (or 0xCA76D4) is known color: Orchid. HEX triplet: CA, 76 and D4. RGB value is (202,118,212). Sum of RGB (Red+Green+Blue) = 202+118+212=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA76D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76D4 is #35892B. Grayscale: #999999. Windows color (decimal): -3508524 or 13924042. OLE color: 13924042.
HSL color Cylindrical-coordinate representation of color #CA76D4: hue angle of 293.62º degrees, saturation: 0.52, 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 #CA76D4 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 118 | 212 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.17 |
| HSL | 293.62º | 0.52% | 0.65% | - |
| HSV(B) | 293.62º | 0.44% | 0.83% | - |
| XYZ | 42.72 | 30.27 | 65.88 | - |
| YUV | 153.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 212 | 0.05 | 0.44 | 0 | 0.17 | 293.62 | 0.52 | 0.65 |
| Hex | CA | 76 | D4 | 5 | 2C | 0 | 11 | 126 | 34 | 41 |
| Octal | 312 | 166 | 324 | 5 | 54 | 0 | 21 | 446 | 64 | 101 |
| Binary | 11001010 | 1110110 | 11010100 | 101 | 101100 | 0 | 10001 | 100100110 | 110100 | 1000001 |
Color Harmonies of #CA76D4
Complementary color
Monochromatic Colors of #CA76D4
Black with #CA76D4
Text Example
Text Example
White with #CA76D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76D4; }
p { color: rgb(202,118,212); }
H1.HeaderClassName
{
color: #CA76D4;
}
.AnyTagClassName
{
color: #CA76D4;
}
</style>
background-color css
<style>
a { background-color: #CA76D4; }
a { background-color: rgb(202,118,212); }
div.DivClassName
{
background-color: #CA76D4;
}
.BgClassName
{
background-color: #CA76D4;
}
</style>
border-color css
<style>
span { border-color: #CA76D4; }
span { border-color: rgb(202,118,212); }
td.TdClassName
{
border-color: #CA76D4;
}
.TagClassName
{
border-color: #CA76D4;
}
</style>