Shades of Orchid #CA77DF
Tints of Orchid #CA77DF
RGB
CMYK
RGB Variations
Color information
#CA77DF (or 0xCA77DF) is known color: Orchid. HEX triplet: CA, 77 and DF. RGB value is (202,119,223). Sum of RGB (Red+Green+Blue) = 202+119+223=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77DF is #358820. Grayscale: #9B9B9B. Windows color (decimal): -3508257 or 14645194. OLE color: 14645194.
HSL color Cylindrical-coordinate representation of color #CA77DF: hue angle of 287.88º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA77DF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 119 | 223 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.13 |
| HSL | 287.88º | 0.62% | 0.67% | - |
| HSV(B) | 287.88º | 0.47% | 0.87% | - |
| XYZ | 44.27 | 31.08 | 73.48 | - |
| YUV | 155.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 223 | 0.09 | 0.47 | 0 | 0.13 | 287.88 | 0.62 | 0.67 |
| Hex | CA | 77 | DF | 9 | 2F | 0 | D | 120 | 3E | 43 |
| Octal | 312 | 167 | 337 | 11 | 57 | 0 | 15 | 440 | 76 | 103 |
| Binary | 11001010 | 1110111 | 11011111 | 1001 | 101111 | 0 | 1101 | 100100000 | 111110 | 1000011 |
Color Harmonies of #CA77DF
Complementary color
Monochromatic Colors of #CA77DF
Black with #CA77DF
Text Example
Text Example
White with #CA77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77DF; }
p { color: rgb(202,119,223); }
H1.HeaderClassName
{
color: #CA77DF;
}
.AnyTagClassName
{
color: #CA77DF;
}
</style>
background-color css
<style>
a { background-color: #CA77DF; }
a { background-color: rgb(202,119,223); }
div.DivClassName
{
background-color: #CA77DF;
}
.BgClassName
{
background-color: #CA77DF;
}
</style>
border-color css
<style>
span { border-color: #CA77DF; }
span { border-color: rgb(202,119,223); }
td.TdClassName
{
border-color: #CA77DF;
}
.TagClassName
{
border-color: #CA77DF;
}
</style>