Shades of Orchid #DA68B8
Tints of Orchid #DA68B8
RGB
CMYK
RGB Variations
Color information
#DA68B8 (or 0xDA68B8) is known color: Orchid. HEX triplet: DA, 68 and B8. RGB value is (218,104,184). Sum of RGB (Red+Green+Blue) = 218+104+184=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68B8 is #259747. Grayscale: #939393. Windows color (decimal): -2463560 or 12085466. OLE color: 12085466.
HSL color Cylindrical-coordinate representation of color #DA68B8: hue angle of 317.89º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA68B8 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 184 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.15 |
| HSL | 317.89º | 0.61% | 0.63% | - |
| HSV(B) | 317.89º | 0.52% | 0.85% | - |
| XYZ | 42.52 | 28.27 | 48.56 | - |
| YUV | 147.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 184 | 0 | 0.52 | 0.16 | 0.15 | 317.89 | 0.61 | 0.63 |
| Hex | DA | 68 | B8 | 0 | 34 | 10 | F | 13E | 3D | 3F |
| Octal | 332 | 150 | 270 | 0 | 64 | 20 | 17 | 476 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10111000 | 0 | 110100 | 10000 | 1111 | 100111110 | 111101 | 111111 |
Color Harmonies of #DA68B8
Complementary color
Monochromatic Colors of #DA68B8
Black with #DA68B8
Text Example
Text Example
White with #DA68B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68B8; }
p { color: rgb(218,104,184); }
H1.HeaderClassName
{
color: #DA68B8;
}
.AnyTagClassName
{
color: #DA68B8;
}
</style>
background-color css
<style>
a { background-color: #DA68B8; }
a { background-color: rgb(218,104,184); }
div.DivClassName
{
background-color: #DA68B8;
}
.BgClassName
{
background-color: #DA68B8;
}
</style>
border-color css
<style>
span { border-color: #DA68B8; }
span { border-color: rgb(218,104,184); }
td.TdClassName
{
border-color: #DA68B8;
}
.TagClassName
{
border-color: #DA68B8;
}
</style>