Shades of Orchid #CA77DA
Tints of Orchid #CA77DA
RGB
CMYK
RGB Variations
Color information
#CA77DA (or 0xCA77DA) is known color: Orchid. HEX triplet: CA, 77 and DA. RGB value is (202,119,218). Sum of RGB (Red+Green+Blue) = 202+119+218=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77DA is #358825. Grayscale: #9A9A9A. Windows color (decimal): -3508262 or 14317514. OLE color: 14317514.
HSL color Cylindrical-coordinate representation of color #CA77DA: hue angle of 290.3º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA77DA is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 119 | 218 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.15 |
| HSL | 290.3º | 0.57% | 0.66% | - |
| HSV(B) | 290.3º | 0.45% | 0.85% | - |
| XYZ | 43.61 | 30.81 | 69.98 | - |
| YUV | 155.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 218 | 0.07 | 0.45 | 0 | 0.15 | 290.3 | 0.57 | 0.66 |
| Hex | CA | 77 | DA | 7 | 2D | 0 | F | 122 | 39 | 42 |
| Octal | 312 | 167 | 332 | 7 | 55 | 0 | 17 | 442 | 71 | 102 |
| Binary | 11001010 | 1110111 | 11011010 | 111 | 101101 | 0 | 1111 | 100100010 | 111001 | 1000010 |
Color Harmonies of #CA77DA
Complementary color
Monochromatic Colors of #CA77DA
Black with #CA77DA
Text Example
Text Example
White with #CA77DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77DA; }
p { color: rgb(202,119,218); }
H1.HeaderClassName
{
color: #CA77DA;
}
.AnyTagClassName
{
color: #CA77DA;
}
</style>
background-color css
<style>
a { background-color: #CA77DA; }
a { background-color: rgb(202,119,218); }
div.DivClassName
{
background-color: #CA77DA;
}
.BgClassName
{
background-color: #CA77DA;
}
</style>
border-color css
<style>
span { border-color: #CA77DA; }
span { border-color: rgb(202,119,218); }
td.TdClassName
{
border-color: #CA77DA;
}
.TagClassName
{
border-color: #CA77DA;
}
</style>