Shades of Orchid #CA78C2
Tints of Orchid #CA78C2
RGB
CMYK
RGB Variations
Color information
#CA78C2 (or 0xCA78C2) is known color: Orchid. HEX triplet: CA, 78 and C2. RGB value is (202,120,194). Sum of RGB (Red+Green+Blue) = 202+120+194=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78C2 is #35873D. Grayscale: #989898. Windows color (decimal): -3508030 or 12744906. OLE color: 12744906.
HSL color Cylindrical-coordinate representation of color #CA78C2: hue angle of 305.85º 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 #CA78C2 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 194 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.21 |
| HSL | 305.85º | 0.44% | 0.63% | - |
| HSV(B) | 305.85º | 0.41% | 0.79% | - |
| XYZ | 40.81 | 29.88 | 54.66 | - |
| YUV | 152.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 194 | 0 | 0.41 | 0.04 | 0.21 | 305.85 | 0.44 | 0.63 |
| Hex | CA | 78 | C2 | 0 | 29 | 4 | 15 | 132 | 2C | 3F |
| Octal | 312 | 170 | 302 | 0 | 51 | 4 | 25 | 462 | 54 | 77 |
| Binary | 11001010 | 1111000 | 11000010 | 0 | 101001 | 100 | 10101 | 100110010 | 101100 | 111111 |
Color Harmonies of #CA78C2
Complementary color
Monochromatic Colors of #CA78C2
Black with #CA78C2
Text Example
Text Example
White with #CA78C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78C2; }
p { color: rgb(202,120,194); }
H1.HeaderClassName
{
color: #CA78C2;
}
.AnyTagClassName
{
color: #CA78C2;
}
</style>
background-color css
<style>
a { background-color: #CA78C2; }
a { background-color: rgb(202,120,194); }
div.DivClassName
{
background-color: #CA78C2;
}
.BgClassName
{
background-color: #CA78C2;
}
</style>
border-color css
<style>
span { border-color: #CA78C2; }
span { border-color: rgb(202,120,194); }
td.TdClassName
{
border-color: #CA78C2;
}
.TagClassName
{
border-color: #CA78C2;
}
</style>