Shades of Orchid #CA76DD
Tints of Orchid #CA76DD
RGB
CMYK
RGB Variations
Color information
#CA76DD (or 0xCA76DD) is known color: Orchid. HEX triplet: CA, 76 and DD. RGB value is (202,118,221). Sum of RGB (Red+Green+Blue) = 202+118+221=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76DD is #358922. Grayscale: #9A9A9A. Windows color (decimal): -3508515 or 14513866. OLE color: 14513866.
HSL color Cylindrical-coordinate representation of color #CA76DD: hue angle of 288.93º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA76DD is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 118 | 221 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.13 |
| HSL | 288.93º | 0.6% | 0.66% | - |
| HSV(B) | 288.93º | 0.47% | 0.87% | - |
| XYZ | 43.89 | 30.73 | 72.03 | - |
| YUV | 154.86 | 165.33 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 221 | 0.09 | 0.47 | 0 | 0.13 | 288.93 | 0.6 | 0.66 |
| Hex | CA | 76 | DD | 9 | 2F | 0 | D | 121 | 3C | 42 |
| Octal | 312 | 166 | 335 | 11 | 57 | 0 | 15 | 441 | 74 | 102 |
| Binary | 11001010 | 1110110 | 11011101 | 1001 | 101111 | 0 | 1101 | 100100001 | 111100 | 1000010 |
Color Harmonies of #CA76DD
Complementary color
Monochromatic Colors of #CA76DD
Black with #CA76DD
Text Example
Text Example
White with #CA76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76DD; }
p { color: rgb(202,118,221); }
H1.HeaderClassName
{
color: #CA76DD;
}
.AnyTagClassName
{
color: #CA76DD;
}
</style>
background-color css
<style>
a { background-color: #CA76DD; }
a { background-color: rgb(202,118,221); }
div.DivClassName
{
background-color: #CA76DD;
}
.BgClassName
{
background-color: #CA76DD;
}
</style>
border-color css
<style>
span { border-color: #CA76DD; }
span { border-color: rgb(202,118,221); }
td.TdClassName
{
border-color: #CA76DD;
}
.TagClassName
{
border-color: #CA76DD;
}
</style>