Shades of Orchid #CA78DA
Tints of Orchid #CA78DA
RGB
CMYK
RGB Variations
Color information
#CA78DA (or 0xCA78DA) is known color: Orchid. HEX triplet: CA, 78 and DA. RGB value is (202,120,218). Sum of RGB (Red+Green+Blue) = 202+120+218=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA78DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78DA is #358725. Grayscale: #9B9B9B. Windows color (decimal): -3508006 or 14317770. OLE color: 14317770.
HSL color Cylindrical-coordinate representation of color #CA78DA: hue angle of 290.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA78DA is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 120 | 218 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.15 |
| HSL | 290.2º | 0.57% | 0.66% | - |
| HSV(B) | 290.2º | 0.45% | 0.85% | - |
| XYZ | 43.73 | 31.05 | 70.02 | - |
| YUV | 155.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 218 | 0.07 | 0.45 | 0 | 0.15 | 290.2 | 0.57 | 0.66 |
| Hex | CA | 78 | DA | 7 | 2D | 0 | F | 122 | 39 | 42 |
| Octal | 312 | 170 | 332 | 7 | 55 | 0 | 17 | 442 | 71 | 102 |
| Binary | 11001010 | 1111000 | 11011010 | 111 | 101101 | 0 | 1111 | 100100010 | 111001 | 1000010 |
Color Harmonies of #CA78DA
Complementary color
Monochromatic Colors of #CA78DA
Black with #CA78DA
Text Example
Text Example
White with #CA78DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78DA; }
p { color: rgb(202,120,218); }
H1.HeaderClassName
{
color: #CA78DA;
}
.AnyTagClassName
{
color: #CA78DA;
}
</style>
background-color css
<style>
a { background-color: #CA78DA; }
a { background-color: rgb(202,120,218); }
div.DivClassName
{
background-color: #CA78DA;
}
.BgClassName
{
background-color: #CA78DA;
}
</style>
border-color css
<style>
span { border-color: #CA78DA; }
span { border-color: rgb(202,120,218); }
td.TdClassName
{
border-color: #CA78DA;
}
.TagClassName
{
border-color: #CA78DA;
}
</style>