Shades of Orchid #CA78C9
Tints of Orchid #CA78C9
RGB
CMYK
RGB Variations
Color information
#CA78C9 (or 0xCA78C9) is known color: Orchid. HEX triplet: CA, 78 and C9. RGB value is (202,120,201). Sum of RGB (Red+Green+Blue) = 202+120+201=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78C9 is #358736. Grayscale: #999999. Windows color (decimal): -3508023 or 13203658. OLE color: 13203658.
HSL color Cylindrical-coordinate representation of color #CA78C9: hue angle of 300.73º 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 #CA78C9 is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 201 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.21 |
| HSL | 300.73º | 0.44% | 0.63% | - |
| HSV(B) | 300.73º | 0.41% | 0.79% | - |
| XYZ | 41.62 | 30.21 | 58.9 | - |
| YUV | 153.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 201 | 0 | 0.41 | 0.00 | 0.21 | 300.73 | 0.44 | 0.63 |
| Hex | CA | 78 | C9 | 0 | 29 | 0 | 15 | 12D | 2C | 3F |
| Octal | 312 | 170 | 311 | 0 | 51 | 0 | 25 | 455 | 54 | 77 |
| Binary | 11001010 | 1111000 | 11001001 | 0 | 101001 | 0 | 10101 | 100101101 | 101100 | 111111 |
Color Harmonies of #CA78C9
Complementary color
Monochromatic Colors of #CA78C9
Black with #CA78C9
Text Example
Text Example
White with #CA78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78C9; }
p { color: rgb(202,120,201); }
H1.HeaderClassName
{
color: #CA78C9;
}
.AnyTagClassName
{
color: #CA78C9;
}
</style>
background-color css
<style>
a { background-color: #CA78C9; }
a { background-color: rgb(202,120,201); }
div.DivClassName
{
background-color: #CA78C9;
}
.BgClassName
{
background-color: #CA78C9;
}
</style>
border-color css
<style>
span { border-color: #CA78C9; }
span { border-color: rgb(202,120,201); }
td.TdClassName
{
border-color: #CA78C9;
}
.TagClassName
{
border-color: #CA78C9;
}
</style>