Shades of Orchid #CA78BA
Tints of Orchid #CA78BA
RGB
CMYK
RGB Variations
Color information
#CA78BA (or 0xCA78BA) is known color: Orchid. HEX triplet: CA, 78 and BA. RGB value is (202,120,186). Sum of RGB (Red+Green+Blue) = 202+120+186=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78BA is #358745. Grayscale: #979797. Windows color (decimal): -3508038 or 12220618. OLE color: 12220618.
HSL color Cylindrical-coordinate representation of color #CA78BA: hue angle of 311.71º 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 #CA78BA is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 186 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.21 |
| HSL | 311.71º | 0.44% | 0.63% | - |
| HSV(B) | 311.71º | 0.41% | 0.79% | - |
| XYZ | 39.94 | 29.53 | 50.05 | - |
| YUV | 152.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 186 | 0 | 0.41 | 0.08 | 0.21 | 311.71 | 0.44 | 0.63 |
| Hex | CA | 78 | BA | 0 | 29 | 8 | 15 | 138 | 2C | 3F |
| Octal | 312 | 170 | 272 | 0 | 51 | 10 | 25 | 470 | 54 | 77 |
| Binary | 11001010 | 1111000 | 10111010 | 0 | 101001 | 1000 | 10101 | 100111000 | 101100 | 111111 |
Color Harmonies of #CA78BA
Complementary color
Monochromatic Colors of #CA78BA
Black with #CA78BA
Text Example
Text Example
White with #CA78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78BA; }
p { color: rgb(202,120,186); }
H1.HeaderClassName
{
color: #CA78BA;
}
.AnyTagClassName
{
color: #CA78BA;
}
</style>
background-color css
<style>
a { background-color: #CA78BA; }
a { background-color: rgb(202,120,186); }
div.DivClassName
{
background-color: #CA78BA;
}
.BgClassName
{
background-color: #CA78BA;
}
</style>
border-color css
<style>
span { border-color: #CA78BA; }
span { border-color: rgb(202,120,186); }
td.TdClassName
{
border-color: #CA78BA;
}
.TagClassName
{
border-color: #CA78BA;
}
</style>