Shades of Orchid #CA77E3
Tints of Orchid #CA77E3
RGB
CMYK
RGB Variations
Color information
#CA77E3 (or 0xCA77E3) is known color: Orchid. HEX triplet: CA, 77 and E3. RGB value is (202,119,227). Sum of RGB (Red+Green+Blue) = 202+119+227=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA77E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77E3 is #35881C. Grayscale: #9B9B9B. Windows color (decimal): -3508253 or 14907338. OLE color: 14907338.
HSL color Cylindrical-coordinate representation of color #CA77E3: hue angle of 286.11º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA77E3 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 119 | 227 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.11 |
| HSL | 286.11º | 0.66% | 0.68% | - |
| HSV(B) | 286.11º | 0.48% | 0.89% | - |
| XYZ | 44.82 | 31.3 | 76.35 | - |
| YUV | 156.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 227 | 0.11 | 0.48 | 0 | 0.11 | 286.11 | 0.66 | 0.68 |
| Hex | CA | 77 | E3 | B | 30 | 0 | B | 11E | 42 | 44 |
| Octal | 312 | 167 | 343 | 13 | 60 | 0 | 13 | 436 | 102 | 104 |
| Binary | 11001010 | 1110111 | 11100011 | 1011 | 110000 | 0 | 1011 | 100011110 | 1000010 | 1000100 |
Color Harmonies of #CA77E3
Complementary color
Monochromatic Colors of #CA77E3
Black with #CA77E3
Text Example
Text Example
White with #CA77E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77E3; }
p { color: rgb(202,119,227); }
H1.HeaderClassName
{
color: #CA77E3;
}
.AnyTagClassName
{
color: #CA77E3;
}
</style>
background-color css
<style>
a { background-color: #CA77E3; }
a { background-color: rgb(202,119,227); }
div.DivClassName
{
background-color: #CA77E3;
}
.BgClassName
{
background-color: #CA77E3;
}
</style>
border-color css
<style>
span { border-color: #CA77E3; }
span { border-color: rgb(202,119,227); }
td.TdClassName
{
border-color: #CA77E3;
}
.TagClassName
{
border-color: #CA77E3;
}
</style>