Shades of Orchid #DA7DCB
Tints of Orchid #DA7DCB
RGB
CMYK
RGB Variations
Color information
#DA7DCB (or 0xDA7DCB) is known color: Orchid. HEX triplet: DA, 7D and CB. RGB value is (218,125,203). Sum of RGB (Red+Green+Blue) = 218+125+203=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DCB is #258234. Grayscale: #A1A1A1. Windows color (decimal): -2458165 or 13336026. OLE color: 13336026.
HSL color Cylindrical-coordinate representation of color #DA7DCB: hue angle of 309.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7DCB is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 203 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.15 |
| HSL | 309.68º | 0.56% | 0.67% | - |
| HSV(B) | 309.68º | 0.43% | 0.85% | - |
| XYZ | 47.03 | 33.88 | 60.56 | - |
| YUV | 161.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 203 | 0 | 0.43 | 0.07 | 0.15 | 309.68 | 0.56 | 0.67 |
| Hex | DA | 7D | CB | 0 | 2B | 7 | F | 136 | 38 | 43 |
| Octal | 332 | 175 | 313 | 0 | 53 | 7 | 17 | 466 | 70 | 103 |
| Binary | 11011010 | 1111101 | 11001011 | 0 | 101011 | 111 | 1111 | 100110110 | 111000 | 1000011 |
Color Harmonies of #DA7DCB
Complementary color
Monochromatic Colors of #DA7DCB
Black with #DA7DCB
Text Example
Text Example
White with #DA7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7DCB; }
p { color: rgb(218,125,203); }
H1.HeaderClassName
{
color: #DA7DCB;
}
.AnyTagClassName
{
color: #DA7DCB;
}
</style>
background-color css
<style>
a { background-color: #DA7DCB; }
a { background-color: rgb(218,125,203); }
div.DivClassName
{
background-color: #DA7DCB;
}
.BgClassName
{
background-color: #DA7DCB;
}
</style>
border-color css
<style>
span { border-color: #DA7DCB; }
span { border-color: rgb(218,125,203); }
td.TdClassName
{
border-color: #DA7DCB;
}
.TagClassName
{
border-color: #DA7DCB;
}
</style>