Shades of Orchid #CA78C7
Tints of Orchid #CA78C7
RGB
CMYK
RGB Variations
Color information
#CA78C7 (or 0xCA78C7) is known color: Orchid. HEX triplet: CA, 78 and C7. RGB value is (202,120,199). Sum of RGB (Red+Green+Blue) = 202+120+199=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78C7 is #358738. Grayscale: #999999. Windows color (decimal): -3508025 or 13072586. OLE color: 13072586.
HSL color Cylindrical-coordinate representation of color #CA78C7: hue angle of 302.2º 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 #CA78C7 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 199 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.21 |
| HSL | 302.2º | 0.44% | 0.63% | - |
| HSV(B) | 302.2º | 0.41% | 0.79% | - |
| XYZ | 41.38 | 30.11 | 57.66 | - |
| YUV | 153.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 199 | 0 | 0.41 | 0.01 | 0.21 | 302.2 | 0.44 | 0.63 |
| Hex | CA | 78 | C7 | 0 | 29 | 1 | 15 | 12E | 2C | 3F |
| Octal | 312 | 170 | 307 | 0 | 51 | 1 | 25 | 456 | 54 | 77 |
| Binary | 11001010 | 1111000 | 11000111 | 0 | 101001 | 1 | 10101 | 100101110 | 101100 | 111111 |
Color Harmonies of #CA78C7
Complementary color
Monochromatic Colors of #CA78C7
Black with #CA78C7
Text Example
Text Example
White with #CA78C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78C7; }
p { color: rgb(202,120,199); }
H1.HeaderClassName
{
color: #CA78C7;
}
.AnyTagClassName
{
color: #CA78C7;
}
</style>
background-color css
<style>
a { background-color: #CA78C7; }
a { background-color: rgb(202,120,199); }
div.DivClassName
{
background-color: #CA78C7;
}
.BgClassName
{
background-color: #CA78C7;
}
</style>
border-color css
<style>
span { border-color: #CA78C7; }
span { border-color: rgb(202,120,199); }
td.TdClassName
{
border-color: #CA78C7;
}
.TagClassName
{
border-color: #CA78C7;
}
</style>