Shades of Orchid #CA78BC
Tints of Orchid #CA78BC
RGB
CMYK
RGB Variations
Color information
#CA78BC (or 0xCA78BC) is known color: Orchid. HEX triplet: CA, 78 and BC. RGB value is (202,120,188). Sum of RGB (Red+Green+Blue) = 202+120+188=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78BC is #358743. Grayscale: #989898. Windows color (decimal): -3508036 or 12351690. OLE color: 12351690.
HSL color Cylindrical-coordinate representation of color #CA78BC: hue angle of 310.24º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA78BC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 188 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.21 |
| HSL | 310.24º | 0.44% | 0.63% | - |
| HSV(B) | 310.24º | 0.41% | 0.79% | - |
| XYZ | 40.15 | 29.62 | 51.18 | - |
| YUV | 152.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 188 | 0 | 0.41 | 0.07 | 0.21 | 310.24 | 0.44 | 0.63 |
| Hex | CA | 78 | BC | 0 | 29 | 7 | 15 | 136 | 2C | 3F |
| Octal | 312 | 170 | 274 | 0 | 51 | 7 | 25 | 466 | 54 | 77 |
| Binary | 11001010 | 1111000 | 10111100 | 0 | 101001 | 111 | 10101 | 100110110 | 101100 | 111111 |
Color Harmonies of #CA78BC
Complementary color
Monochromatic Colors of #CA78BC
Black with #CA78BC
Text Example
Text Example
White with #CA78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78BC; }
p { color: rgb(202,120,188); }
H1.HeaderClassName
{
color: #CA78BC;
}
.AnyTagClassName
{
color: #CA78BC;
}
</style>
background-color css
<style>
a { background-color: #CA78BC; }
a { background-color: rgb(202,120,188); }
div.DivClassName
{
background-color: #CA78BC;
}
.BgClassName
{
background-color: #CA78BC;
}
</style>
border-color css
<style>
span { border-color: #CA78BC; }
span { border-color: rgb(202,120,188); }
td.TdClassName
{
border-color: #CA78BC;
}
.TagClassName
{
border-color: #CA78BC;
}
</style>