Shades of Orchid #CA76B5
Tints of Orchid #CA76B5
RGB
CMYK
RGB Variations
Color information
#CA76B5 (or 0xCA76B5) is known color: Orchid. HEX triplet: CA, 76 and B5. RGB value is (202,118,181). Sum of RGB (Red+Green+Blue) = 202+118+181=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76B5 is #35894A. Grayscale: #969696. Windows color (decimal): -3508555 or 11892426. OLE color: 11892426.
HSL color Cylindrical-coordinate representation of color #CA76B5: hue angle of 315º 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 #CA76B5 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 181 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.21 |
| HSL | 315º | 0.44% | 0.63% | - |
| HSV(B) | 315º | 0.42% | 0.79% | - |
| XYZ | 39.18 | 28.85 | 47.22 | - |
| YUV | 150.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 181 | 0 | 0.42 | 0.10 | 0.21 | 315 | 0.44 | 0.63 |
| Hex | CA | 76 | B5 | 0 | 2A | A | 15 | 13B | 2C | 3F |
| Octal | 312 | 166 | 265 | 0 | 52 | 12 | 25 | 473 | 54 | 77 |
| Binary | 11001010 | 1110110 | 10110101 | 0 | 101010 | 1010 | 10101 | 100111011 | 101100 | 111111 |
Color Harmonies of #CA76B5
Complementary color
Monochromatic Colors of #CA76B5
Black with #CA76B5
Text Example
Text Example
White with #CA76B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76B5; }
p { color: rgb(202,118,181); }
H1.HeaderClassName
{
color: #CA76B5;
}
.AnyTagClassName
{
color: #CA76B5;
}
</style>
background-color css
<style>
a { background-color: #CA76B5; }
a { background-color: rgb(202,118,181); }
div.DivClassName
{
background-color: #CA76B5;
}
.BgClassName
{
background-color: #CA76B5;
}
</style>
border-color css
<style>
span { border-color: #CA76B5; }
span { border-color: rgb(202,118,181); }
td.TdClassName
{
border-color: #CA76B5;
}
.TagClassName
{
border-color: #CA76B5;
}
</style>