Shades of Orchid #CA78DD
Tints of Orchid #CA78DD
RGB
CMYK
RGB Variations
Color information
#CA78DD (or 0xCA78DD) is known color: Orchid. HEX triplet: CA, 78 and DD. RGB value is (202,120,221). Sum of RGB (Red+Green+Blue) = 202+120+221=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78DD is #358722. Grayscale: #9B9B9B. Windows color (decimal): -3508003 or 14514378. OLE color: 14514378.
HSL color Cylindrical-coordinate representation of color #CA78DD: hue angle of 288.71º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA78DD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 120 | 221 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.13 |
| HSL | 288.71º | 0.6% | 0.67% | - |
| HSV(B) | 288.71º | 0.46% | 0.87% | - |
| XYZ | 44.12 | 31.21 | 72.11 | - |
| YUV | 156.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 221 | 0.09 | 0.46 | 0 | 0.13 | 288.71 | 0.6 | 0.67 |
| Hex | CA | 78 | DD | 9 | 2E | 0 | D | 121 | 3C | 43 |
| Octal | 312 | 170 | 335 | 11 | 56 | 0 | 15 | 441 | 74 | 103 |
| Binary | 11001010 | 1111000 | 11011101 | 1001 | 101110 | 0 | 1101 | 100100001 | 111100 | 1000011 |
Color Harmonies of #CA78DD
Complementary color
Monochromatic Colors of #CA78DD
Black with #CA78DD
Text Example
Text Example
White with #CA78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78DD; }
p { color: rgb(202,120,221); }
H1.HeaderClassName
{
color: #CA78DD;
}
.AnyTagClassName
{
color: #CA78DD;
}
</style>
background-color css
<style>
a { background-color: #CA78DD; }
a { background-color: rgb(202,120,221); }
div.DivClassName
{
background-color: #CA78DD;
}
.BgClassName
{
background-color: #CA78DD;
}
</style>
border-color css
<style>
span { border-color: #CA78DD; }
span { border-color: rgb(202,120,221); }
td.TdClassName
{
border-color: #CA78DD;
}
.TagClassName
{
border-color: #CA78DD;
}
</style>