Shades of Orchid #DA69DC
Tints of Orchid #DA69DC
RGB
CMYK
RGB Variations
Color information
#DA69DC (or 0xDA69DC) is known color: Orchid. HEX triplet: DA, 69 and DC. RGB value is (218,105,220). Sum of RGB (Red+Green+Blue) = 218+105+220=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69DC is #259623. Grayscale: #979797. Windows color (decimal): -2463268 or 14445018. OLE color: 14445018.
HSL color Cylindrical-coordinate representation of color #DA69DC: hue angle of 298.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA69DC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 105 | 220 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.14 |
| HSL | 298.96º | 0.62% | 0.64% | - |
| HSV(B) | 298.96º | 0.52% | 0.86% | - |
| XYZ | 46.88 | 30.18 | 71.06 | - |
| YUV | 151.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 220 | 0.01 | 0.52 | 0 | 0.14 | 298.96 | 0.62 | 0.64 |
| Hex | DA | 69 | DC | 1 | 34 | 0 | E | 12B | 3E | 40 |
| Octal | 332 | 151 | 334 | 1 | 64 | 0 | 16 | 453 | 76 | 100 |
| Binary | 11011010 | 1101001 | 11011100 | 1 | 110100 | 0 | 1110 | 100101011 | 111110 | 1000000 |
Color Harmonies of #DA69DC
Complementary color
Monochromatic Colors of #DA69DC
Black with #DA69DC
Text Example
Text Example
White with #DA69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69DC; }
p { color: rgb(218,105,220); }
H1.HeaderClassName
{
color: #DA69DC;
}
.AnyTagClassName
{
color: #DA69DC;
}
</style>
background-color css
<style>
a { background-color: #DA69DC; }
a { background-color: rgb(218,105,220); }
div.DivClassName
{
background-color: #DA69DC;
}
.BgClassName
{
background-color: #DA69DC;
}
</style>
border-color css
<style>
span { border-color: #DA69DC; }
span { border-color: rgb(218,105,220); }
td.TdClassName
{
border-color: #DA69DC;
}
.TagClassName
{
border-color: #DA69DC;
}
</style>