Shades of Orchid #CA77D4
Tints of Orchid #CA77D4
RGB
CMYK
RGB Variations
Color information
#CA77D4 (or 0xCA77D4) is known color: Orchid. HEX triplet: CA, 77 and D4. RGB value is (202,119,212). Sum of RGB (Red+Green+Blue) = 202+119+212=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA77D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77D4 is #35882B. Grayscale: #9A9A9A. Windows color (decimal): -3508268 or 13924298. OLE color: 13924298.
HSL color Cylindrical-coordinate representation of color #CA77D4: hue angle of 293.55º 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 #CA77D4 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 119 | 212 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.17 |
| HSL | 293.55º | 0.52% | 0.65% | - |
| HSV(B) | 293.55º | 0.44% | 0.83% | - |
| XYZ | 42.84 | 30.5 | 65.92 | - |
| YUV | 154.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 212 | 0.05 | 0.44 | 0 | 0.17 | 293.55 | 0.52 | 0.65 |
| Hex | CA | 77 | D4 | 5 | 2C | 0 | 11 | 126 | 34 | 41 |
| Octal | 312 | 167 | 324 | 5 | 54 | 0 | 21 | 446 | 64 | 101 |
| Binary | 11001010 | 1110111 | 11010100 | 101 | 101100 | 0 | 10001 | 100100110 | 110100 | 1000001 |
Color Harmonies of #CA77D4
Complementary color
Monochromatic Colors of #CA77D4
Black with #CA77D4
Text Example
Text Example
White with #CA77D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77D4; }
p { color: rgb(202,119,212); }
H1.HeaderClassName
{
color: #CA77D4;
}
.AnyTagClassName
{
color: #CA77D4;
}
</style>
background-color css
<style>
a { background-color: #CA77D4; }
a { background-color: rgb(202,119,212); }
div.DivClassName
{
background-color: #CA77D4;
}
.BgClassName
{
background-color: #CA77D4;
}
</style>
border-color css
<style>
span { border-color: #CA77D4; }
span { border-color: rgb(202,119,212); }
td.TdClassName
{
border-color: #CA77D4;
}
.TagClassName
{
border-color: #CA77D4;
}
</style>