Shades of Orchid #DA69C8
Tints of Orchid #DA69C8
RGB
CMYK
RGB Variations
Color information
#DA69C8 (or 0xDA69C8) is known color: Orchid. HEX triplet: DA, 69 and C8. RGB value is (218,105,200). Sum of RGB (Red+Green+Blue) = 218+105+200=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69C8 is #259637. Grayscale: #959595. Windows color (decimal): -2463288 or 13134298. OLE color: 13134298.
HSL color Cylindrical-coordinate representation of color #DA69C8: hue angle of 309.56º 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 #DA69C8 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 200 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.15 |
| HSL | 309.56º | 0.6% | 0.63% | - |
| HSV(B) | 309.56º | 0.52% | 0.85% | - |
| XYZ | 44.39 | 29.18 | 57.94 | - |
| YUV | 149.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 200 | 0 | 0.52 | 0.08 | 0.15 | 309.56 | 0.6 | 0.63 |
| Hex | DA | 69 | C8 | 0 | 34 | 8 | F | 136 | 3C | 3F |
| Octal | 332 | 151 | 310 | 0 | 64 | 10 | 17 | 466 | 74 | 77 |
| Binary | 11011010 | 1101001 | 11001000 | 0 | 110100 | 1000 | 1111 | 100110110 | 111100 | 111111 |
Color Harmonies of #DA69C8
Complementary color
Monochromatic Colors of #DA69C8
Black with #DA69C8
Text Example
Text Example
White with #DA69C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69C8; }
p { color: rgb(218,105,200); }
H1.HeaderClassName
{
color: #DA69C8;
}
.AnyTagClassName
{
color: #DA69C8;
}
</style>
background-color css
<style>
a { background-color: #DA69C8; }
a { background-color: rgb(218,105,200); }
div.DivClassName
{
background-color: #DA69C8;
}
.BgClassName
{
background-color: #DA69C8;
}
</style>
border-color css
<style>
span { border-color: #DA69C8; }
span { border-color: rgb(218,105,200); }
td.TdClassName
{
border-color: #DA69C8;
}
.TagClassName
{
border-color: #DA69C8;
}
</style>