Shades of Orchid #DA8ACB
Tints of Orchid #DA8ACB
RGB
CMYK
RGB Variations
Color information
#DA8ACB (or 0xDA8ACB) is known color: Orchid. HEX triplet: DA, 8A and CB. RGB value is (218,138,203). Sum of RGB (Red+Green+Blue) = 218+138+203=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ACB is #257534. Grayscale: #A9A9A9. Windows color (decimal): -2454837 or 13339354. OLE color: 13339354.
HSL color Cylindrical-coordinate representation of color #DA8ACB: hue angle of 311.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8ACB is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 203 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.15 |
| HSL | 311.25º | 0.52% | 0.7% | - |
| HSV(B) | 311.25º | 0.37% | 0.85% | - |
| XYZ | 48.78 | 37.39 | 61.15 | - |
| YUV | 169.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 203 | 0 | 0.37 | 0.07 | 0.15 | 311.25 | 0.52 | 0.7 |
| Hex | DA | 8A | CB | 0 | 25 | 7 | F | 137 | 34 | 46 |
| Octal | 332 | 212 | 313 | 0 | 45 | 7 | 17 | 467 | 64 | 106 |
| Binary | 11011010 | 10001010 | 11001011 | 0 | 100101 | 111 | 1111 | 100110111 | 110100 | 1000110 |
Color Harmonies of #DA8ACB
Complementary color
Monochromatic Colors of #DA8ACB
Black with #DA8ACB
Text Example
Text Example
White with #DA8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8ACB; }
p { color: rgb(218,138,203); }
H1.HeaderClassName
{
color: #DA8ACB;
}
.AnyTagClassName
{
color: #DA8ACB;
}
</style>
background-color css
<style>
a { background-color: #DA8ACB; }
a { background-color: rgb(218,138,203); }
div.DivClassName
{
background-color: #DA8ACB;
}
.BgClassName
{
background-color: #DA8ACB;
}
</style>
border-color css
<style>
span { border-color: #DA8ACB; }
span { border-color: rgb(218,138,203); }
td.TdClassName
{
border-color: #DA8ACB;
}
.TagClassName
{
border-color: #DA8ACB;
}
</style>