Shades of Orchid #CA78DE
Tints of Orchid #CA78DE
RGB
CMYK
RGB Variations
Color information
#CA78DE (or 0xCA78DE) is known color: Orchid. HEX triplet: CA, 78 and DE. RGB value is (202,120,222). Sum of RGB (Red+Green+Blue) = 202+120+222=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA78DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78DE is #358721. Grayscale: #9B9B9B. Windows color (decimal): -3508002 or 14579914. OLE color: 14579914.
HSL color Cylindrical-coordinate representation of color #CA78DE: hue angle of 288.24º degrees, saturation: 0.61, 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 #CA78DE is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 120 | 222 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.13 |
| HSL | 288.24º | 0.61% | 0.67% | - |
| HSV(B) | 288.24º | 0.46% | 0.87% | - |
| XYZ | 44.26 | 31.26 | 72.81 | - |
| YUV | 156.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 222 | 0.09 | 0.46 | 0 | 0.13 | 288.24 | 0.61 | 0.67 |
| Hex | CA | 78 | DE | 9 | 2E | 0 | D | 120 | 3D | 43 |
| Octal | 312 | 170 | 336 | 11 | 56 | 0 | 15 | 440 | 75 | 103 |
| Binary | 11001010 | 1111000 | 11011110 | 1001 | 101110 | 0 | 1101 | 100100000 | 111101 | 1000011 |
Color Harmonies of #CA78DE
Complementary color
Monochromatic Colors of #CA78DE
Black with #CA78DE
Text Example
Text Example
White with #CA78DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78DE; }
p { color: rgb(202,120,222); }
H1.HeaderClassName
{
color: #CA78DE;
}
.AnyTagClassName
{
color: #CA78DE;
}
</style>
background-color css
<style>
a { background-color: #CA78DE; }
a { background-color: rgb(202,120,222); }
div.DivClassName
{
background-color: #CA78DE;
}
.BgClassName
{
background-color: #CA78DE;
}
</style>
border-color css
<style>
span { border-color: #CA78DE; }
span { border-color: rgb(202,120,222); }
td.TdClassName
{
border-color: #CA78DE;
}
.TagClassName
{
border-color: #CA78DE;
}
</style>