Shades of Orchid #CA78CA
Tints of Orchid #CA78CA
RGB
CMYK
RGB Variations
Color information
#CA78CA (or 0xCA78CA) is known color: Orchid. HEX triplet: CA, 78 and CA. RGB value is (202,120,202). Sum of RGB (Red+Green+Blue) = 202+120+202=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA78CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78CA is #358735. Grayscale: #999999. Windows color (decimal): -3508022 or 13269194. OLE color: 13269194.
HSL color Cylindrical-coordinate representation of color #CA78CA: hue angle of 300º 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 #CA78CA is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 202 | - |
| CMYK | 0 | 0.41 | 0 | 0.21 |
| HSL | 300º | 0.44% | 0.63% | - |
| HSV(B) | 300º | 0.41% | 0.79% | - |
| XYZ | 41.73 | 30.25 | 59.52 | - |
| YUV | 153.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 202 | 0 | 0.41 | 0 | 0.21 | 300 | 0.44 | 0.63 |
| Hex | CA | 78 | CA | 0 | 29 | 0 | 15 | 12C | 2C | 3F |
| Octal | 312 | 170 | 312 | 0 | 51 | 0 | 25 | 454 | 54 | 77 |
| Binary | 11001010 | 1111000 | 11001010 | 0 | 101001 | 0 | 10101 | 100101100 | 101100 | 111111 |
Color Harmonies of #CA78CA
Complementary color
Monochromatic Colors of #CA78CA
Black with #CA78CA
Text Example
Text Example
White with #CA78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78CA; }
p { color: rgb(202,120,202); }
H1.HeaderClassName
{
color: #CA78CA;
}
.AnyTagClassName
{
color: #CA78CA;
}
</style>
background-color css
<style>
a { background-color: #CA78CA; }
a { background-color: rgb(202,120,202); }
div.DivClassName
{
background-color: #CA78CA;
}
.BgClassName
{
background-color: #CA78CA;
}
</style>
border-color css
<style>
span { border-color: #CA78CA; }
span { border-color: rgb(202,120,202); }
td.TdClassName
{
border-color: #CA78CA;
}
.TagClassName
{
border-color: #CA78CA;
}
</style>