Shades of Orchid #DA6ACB
Tints of Orchid #DA6ACB
RGB
CMYK
RGB Variations
Color information
#DA6ACB (or 0xDA6ACB) is known color: Orchid. HEX triplet: DA, 6A and CB. RGB value is (218,106,203). Sum of RGB (Red+Green+Blue) = 218+106+203=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ACB is #259534. Grayscale: #969696. Windows color (decimal): -2463029 or 13331162. OLE color: 13331162.
HSL color Cylindrical-coordinate representation of color #DA6ACB: hue angle of 308.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6ACB is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 203 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.15 |
| HSL | 308.04º | 0.6% | 0.64% | - |
| HSV(B) | 308.04º | 0.51% | 0.85% | - |
| XYZ | 44.85 | 29.53 | 59.84 | - |
| YUV | 150.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 203 | 0 | 0.51 | 0.07 | 0.15 | 308.04 | 0.6 | 0.64 |
| Hex | DA | 6A | CB | 0 | 33 | 7 | F | 134 | 3C | 40 |
| Octal | 332 | 152 | 313 | 0 | 63 | 7 | 17 | 464 | 74 | 100 |
| Binary | 11011010 | 1101010 | 11001011 | 0 | 110011 | 111 | 1111 | 100110100 | 111100 | 1000000 |
Color Harmonies of #DA6ACB
Complementary color
Monochromatic Colors of #DA6ACB
Black with #DA6ACB
Text Example
Text Example
White with #DA6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ACB; }
p { color: rgb(218,106,203); }
H1.HeaderClassName
{
color: #DA6ACB;
}
.AnyTagClassName
{
color: #DA6ACB;
}
</style>
background-color css
<style>
a { background-color: #DA6ACB; }
a { background-color: rgb(218,106,203); }
div.DivClassName
{
background-color: #DA6ACB;
}
.BgClassName
{
background-color: #DA6ACB;
}
</style>
border-color css
<style>
span { border-color: #DA6ACB; }
span { border-color: rgb(218,106,203); }
td.TdClassName
{
border-color: #DA6ACB;
}
.TagClassName
{
border-color: #DA6ACB;
}
</style>