Shades of Orchid #CA77DD
Tints of Orchid #CA77DD
RGB
CMYK
RGB Variations
Color information
#CA77DD (or 0xCA77DD) is known color: Orchid. HEX triplet: CA, 77 and DD. RGB value is (202,119,221). Sum of RGB (Red+Green+Blue) = 202+119+221=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77DD is #358822. Grayscale: #9B9B9B. Windows color (decimal): -3508259 or 14514122. OLE color: 14514122.
HSL color Cylindrical-coordinate representation of color #CA77DD: hue angle of 288.82º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA77DD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 119 | 221 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.13 |
| HSL | 288.82º | 0.6% | 0.67% | - |
| HSV(B) | 288.82º | 0.46% | 0.87% | - |
| XYZ | 44.01 | 30.97 | 72.07 | - |
| YUV | 155.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 221 | 0.09 | 0.46 | 0 | 0.13 | 288.82 | 0.6 | 0.67 |
| Hex | CA | 77 | DD | 9 | 2E | 0 | D | 121 | 3C | 43 |
| Octal | 312 | 167 | 335 | 11 | 56 | 0 | 15 | 441 | 74 | 103 |
| Binary | 11001010 | 1110111 | 11011101 | 1001 | 101110 | 0 | 1101 | 100100001 | 111100 | 1000011 |
Color Harmonies of #CA77DD
Complementary color
Monochromatic Colors of #CA77DD
Black with #CA77DD
Text Example
Text Example
White with #CA77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77DD; }
p { color: rgb(202,119,221); }
H1.HeaderClassName
{
color: #CA77DD;
}
.AnyTagClassName
{
color: #CA77DD;
}
</style>
background-color css
<style>
a { background-color: #CA77DD; }
a { background-color: rgb(202,119,221); }
div.DivClassName
{
background-color: #CA77DD;
}
.BgClassName
{
background-color: #CA77DD;
}
</style>
border-color css
<style>
span { border-color: #CA77DD; }
span { border-color: rgb(202,119,221); }
td.TdClassName
{
border-color: #CA77DD;
}
.TagClassName
{
border-color: #CA77DD;
}
</style>