Shades of Orchid #CA78C0
Tints of Orchid #CA78C0
RGB
CMYK
RGB Variations
Color information
#CA78C0 (or 0xCA78C0) is known color: Orchid. HEX triplet: CA, 78 and C0. RGB value is (202,120,192). Sum of RGB (Red+Green+Blue) = 202+120+192=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78C0 is #35873F. Grayscale: #989898. Windows color (decimal): -3508032 or 12613834. OLE color: 12613834.
HSL color Cylindrical-coordinate representation of color #CA78C0: hue angle of 307.32º 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 #CA78C0 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 192 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.21 |
| HSL | 307.32º | 0.44% | 0.63% | - |
| HSV(B) | 307.32º | 0.41% | 0.79% | - |
| XYZ | 40.59 | 29.8 | 53.48 | - |
| YUV | 152.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 192 | 0 | 0.41 | 0.05 | 0.21 | 307.32 | 0.44 | 0.63 |
| Hex | CA | 78 | C0 | 0 | 29 | 5 | 15 | 133 | 2C | 3F |
| Octal | 312 | 170 | 300 | 0 | 51 | 5 | 25 | 463 | 54 | 77 |
| Binary | 11001010 | 1111000 | 11000000 | 0 | 101001 | 101 | 10101 | 100110011 | 101100 | 111111 |
Color Harmonies of #CA78C0
Complementary color
Monochromatic Colors of #CA78C0
Black with #CA78C0
Text Example
Text Example
White with #CA78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78C0; }
p { color: rgb(202,120,192); }
H1.HeaderClassName
{
color: #CA78C0;
}
.AnyTagClassName
{
color: #CA78C0;
}
</style>
background-color css
<style>
a { background-color: #CA78C0; }
a { background-color: rgb(202,120,192); }
div.DivClassName
{
background-color: #CA78C0;
}
.BgClassName
{
background-color: #CA78C0;
}
</style>
border-color css
<style>
span { border-color: #CA78C0; }
span { border-color: rgb(202,120,192); }
td.TdClassName
{
border-color: #CA78C0;
}
.TagClassName
{
border-color: #CA78C0;
}
</style>