Shades of Orchid #CA77D1
Tints of Orchid #CA77D1
RGB
CMYK
RGB Variations
Color information
#CA77D1 (or 0xCA77D1) is known color: Orchid. HEX triplet: CA, 77 and D1. RGB value is (202,119,209). Sum of RGB (Red+Green+Blue) = 202+119+209=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA77D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77D1 is #35882E. Grayscale: #999999. Windows color (decimal): -3508271 or 13727690. OLE color: 13727690.
HSL color Cylindrical-coordinate representation of color #CA77D1: hue angle of 295.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA77D1 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 119 | 209 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.18 |
| HSL | 295.33º | 0.49% | 0.64% | - |
| HSV(B) | 295.33º | 0.43% | 0.82% | - |
| XYZ | 42.46 | 30.35 | 63.94 | - |
| YUV | 154.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 209 | 0.03 | 0.43 | 0 | 0.18 | 295.33 | 0.49 | 0.64 |
| Hex | CA | 77 | D1 | 3 | 2B | 0 | 12 | 127 | 31 | 40 |
| Octal | 312 | 167 | 321 | 3 | 53 | 0 | 22 | 447 | 61 | 100 |
| Binary | 11001010 | 1110111 | 11010001 | 11 | 101011 | 0 | 10010 | 100100111 | 110001 | 1000000 |
Color Harmonies of #CA77D1
Complementary color
Monochromatic Colors of #CA77D1
Black with #CA77D1
Text Example
Text Example
White with #CA77D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77D1; }
p { color: rgb(202,119,209); }
H1.HeaderClassName
{
color: #CA77D1;
}
.AnyTagClassName
{
color: #CA77D1;
}
</style>
background-color css
<style>
a { background-color: #CA77D1; }
a { background-color: rgb(202,119,209); }
div.DivClassName
{
background-color: #CA77D1;
}
.BgClassName
{
background-color: #CA77D1;
}
</style>
border-color css
<style>
span { border-color: #CA77D1; }
span { border-color: rgb(202,119,209); }
td.TdClassName
{
border-color: #CA77D1;
}
.TagClassName
{
border-color: #CA77D1;
}
</style>