Shades of Orchid #DA69BC
Tints of Orchid #DA69BC
RGB
CMYK
RGB Variations
Color information
#DA69BC (or 0xDA69BC) is known color: Orchid. HEX triplet: DA, 69 and BC. RGB value is (218,105,188). Sum of RGB (Red+Green+Blue) = 218+105+188=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69BC is #259643. Grayscale: #949494. Windows color (decimal): -2463300 or 12347866. OLE color: 12347866.
HSL color Cylindrical-coordinate representation of color #DA69BC: hue angle of 315.93º degrees, saturation: 0.6, 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 #DA69BC is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 188 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.15 |
| HSL | 315.93º | 0.6% | 0.63% | - |
| HSV(B) | 315.93º | 0.52% | 0.85% | - |
| XYZ | 43.04 | 28.64 | 50.84 | - |
| YUV | 148.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 188 | 0 | 0.52 | 0.14 | 0.15 | 315.93 | 0.6 | 0.63 |
| Hex | DA | 69 | BC | 0 | 34 | E | F | 13C | 3C | 3F |
| Octal | 332 | 151 | 274 | 0 | 64 | 16 | 17 | 474 | 74 | 77 |
| Binary | 11011010 | 1101001 | 10111100 | 0 | 110100 | 1110 | 1111 | 100111100 | 111100 | 111111 |
Color Harmonies of #DA69BC
Complementary color
Monochromatic Colors of #DA69BC
Black with #DA69BC
Text Example
Text Example
White with #DA69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69BC; }
p { color: rgb(218,105,188); }
H1.HeaderClassName
{
color: #DA69BC;
}
.AnyTagClassName
{
color: #DA69BC;
}
</style>
background-color css
<style>
a { background-color: #DA69BC; }
a { background-color: rgb(218,105,188); }
div.DivClassName
{
background-color: #DA69BC;
}
.BgClassName
{
background-color: #DA69BC;
}
</style>
border-color css
<style>
span { border-color: #DA69BC; }
span { border-color: rgb(218,105,188); }
td.TdClassName
{
border-color: #DA69BC;
}
.TagClassName
{
border-color: #DA69BC;
}
</style>