Shades of Orchid #DA78CB
Tints of Orchid #DA78CB
RGB
CMYK
RGB Variations
Color information
#DA78CB (or 0xDA78CB) is known color: Orchid. HEX triplet: DA, 78 and CB. RGB value is (218,120,203). Sum of RGB (Red+Green+Blue) = 218+120+203=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78CB is #258734. Grayscale: #9E9E9E. Windows color (decimal): -2459445 or 13334746. OLE color: 13334746.
HSL color Cylindrical-coordinate representation of color #DA78CB: hue angle of 309.18º 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 #DA78CB is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 203 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.15 |
| HSL | 309.18º | 0.57% | 0.66% | - |
| HSV(B) | 309.18º | 0.45% | 0.85% | - |
| XYZ | 46.41 | 32.65 | 60.36 | - |
| YUV | 158.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 203 | 0 | 0.45 | 0.07 | 0.15 | 309.18 | 0.57 | 0.66 |
| Hex | DA | 78 | CB | 0 | 2D | 7 | F | 135 | 39 | 42 |
| Octal | 332 | 170 | 313 | 0 | 55 | 7 | 17 | 465 | 71 | 102 |
| Binary | 11011010 | 1111000 | 11001011 | 0 | 101101 | 111 | 1111 | 100110101 | 111001 | 1000010 |
Color Harmonies of #DA78CB
Complementary color
Monochromatic Colors of #DA78CB
Black with #DA78CB
Text Example
Text Example
White with #DA78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA78CB; }
p { color: rgb(218,120,203); }
H1.HeaderClassName
{
color: #DA78CB;
}
.AnyTagClassName
{
color: #DA78CB;
}
</style>
background-color css
<style>
a { background-color: #DA78CB; }
a { background-color: rgb(218,120,203); }
div.DivClassName
{
background-color: #DA78CB;
}
.BgClassName
{
background-color: #DA78CB;
}
</style>
border-color css
<style>
span { border-color: #DA78CB; }
span { border-color: rgb(218,120,203); }
td.TdClassName
{
border-color: #DA78CB;
}
.TagClassName
{
border-color: #DA78CB;
}
</style>