Shades of Orchid #CA78C3
Tints of Orchid #CA78C3
RGB
CMYK
RGB Variations
Color information
#CA78C3 (or 0xCA78C3) is known color: Orchid. HEX triplet: CA, 78 and C3. RGB value is (202,120,195). Sum of RGB (Red+Green+Blue) = 202+120+195=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78C3 is #35873C. Grayscale: #989898. Windows color (decimal): -3508029 or 12810442. OLE color: 12810442.
HSL color Cylindrical-coordinate representation of color #CA78C3: hue angle of 305.12º 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 #CA78C3 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 195 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.21 |
| HSL | 305.12º | 0.44% | 0.63% | - |
| HSV(B) | 305.12º | 0.41% | 0.79% | - |
| XYZ | 40.92 | 29.93 | 55.25 | - |
| YUV | 153.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 195 | 0 | 0.41 | 0.03 | 0.21 | 305.12 | 0.44 | 0.63 |
| Hex | CA | 78 | C3 | 0 | 29 | 3 | 15 | 131 | 2C | 3F |
| Octal | 312 | 170 | 303 | 0 | 51 | 3 | 25 | 461 | 54 | 77 |
| Binary | 11001010 | 1111000 | 11000011 | 0 | 101001 | 11 | 10101 | 100110001 | 101100 | 111111 |
Color Harmonies of #CA78C3
Complementary color
Monochromatic Colors of #CA78C3
Black with #CA78C3
Text Example
Text Example
White with #CA78C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78C3; }
p { color: rgb(202,120,195); }
H1.HeaderClassName
{
color: #CA78C3;
}
.AnyTagClassName
{
color: #CA78C3;
}
</style>
background-color css
<style>
a { background-color: #CA78C3; }
a { background-color: rgb(202,120,195); }
div.DivClassName
{
background-color: #CA78C3;
}
.BgClassName
{
background-color: #CA78C3;
}
</style>
border-color css
<style>
span { border-color: #CA78C3; }
span { border-color: rgb(202,120,195); }
td.TdClassName
{
border-color: #CA78C3;
}
.TagClassName
{
border-color: #CA78C3;
}
</style>