Shades of Orchid #CA77CE
Tints of Orchid #CA77CE
RGB
CMYK
RGB Variations
Color information
#CA77CE (or 0xCA77CE) is known color: Orchid. HEX triplet: CA, 77 and CE. RGB value is (202,119,206). Sum of RGB (Red+Green+Blue) = 202+119+206=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77CE is #358831. Grayscale: #999999. Windows color (decimal): -3508274 or 13531082. OLE color: 13531082.
HSL color Cylindrical-coordinate representation of color #CA77CE: hue angle of 297.24º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA77CE is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 119 | 206 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.19 |
| HSL | 297.24º | 0.47% | 0.64% | - |
| HSV(B) | 297.24º | 0.42% | 0.81% | - |
| XYZ | 42.09 | 30.21 | 62 | - |
| YUV | 153.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 206 | 0.02 | 0.42 | 0 | 0.19 | 297.24 | 0.47 | 0.64 |
| Hex | CA | 77 | CE | 2 | 2A | 0 | 13 | 129 | 2F | 40 |
| Octal | 312 | 167 | 316 | 2 | 52 | 0 | 23 | 451 | 57 | 100 |
| Binary | 11001010 | 1110111 | 11001110 | 10 | 101010 | 0 | 10011 | 100101001 | 101111 | 1000000 |
Color Harmonies of #CA77CE
Complementary color
Monochromatic Colors of #CA77CE
Black with #CA77CE
Text Example
Text Example
White with #CA77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77CE; }
p { color: rgb(202,119,206); }
H1.HeaderClassName
{
color: #CA77CE;
}
.AnyTagClassName
{
color: #CA77CE;
}
</style>
background-color css
<style>
a { background-color: #CA77CE; }
a { background-color: rgb(202,119,206); }
div.DivClassName
{
background-color: #CA77CE;
}
.BgClassName
{
background-color: #CA77CE;
}
</style>
border-color css
<style>
span { border-color: #CA77CE; }
span { border-color: rgb(202,119,206); }
td.TdClassName
{
border-color: #CA77CE;
}
.TagClassName
{
border-color: #CA77CE;
}
</style>