Shades of Orchid #DA69CE
Tints of Orchid #DA69CE
RGB
CMYK
RGB Variations
Color information
#DA69CE (or 0xDA69CE) is known color: Orchid. HEX triplet: DA, 69 and CE. RGB value is (218,105,206). Sum of RGB (Red+Green+Blue) = 218+105+206=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69CE is #259631. Grayscale: #969696. Windows color (decimal): -2463282 or 13527514. OLE color: 13527514.
HSL color Cylindrical-coordinate representation of color #DA69CE: hue angle of 306.37º 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 #DA69CE is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 206 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.15 |
| HSL | 306.37º | 0.6% | 0.63% | - |
| HSV(B) | 306.37º | 0.52% | 0.85% | - |
| XYZ | 45.11 | 29.46 | 61.7 | - |
| YUV | 150.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 206 | 0 | 0.52 | 0.06 | 0.15 | 306.37 | 0.6 | 0.63 |
| Hex | DA | 69 | CE | 0 | 34 | 6 | F | 132 | 3C | 3F |
| Octal | 332 | 151 | 316 | 0 | 64 | 6 | 17 | 462 | 74 | 77 |
| Binary | 11011010 | 1101001 | 11001110 | 0 | 110100 | 110 | 1111 | 100110010 | 111100 | 111111 |
Color Harmonies of #DA69CE
Complementary color
Monochromatic Colors of #DA69CE
Black with #DA69CE
Text Example
Text Example
White with #DA69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69CE; }
p { color: rgb(218,105,206); }
H1.HeaderClassName
{
color: #DA69CE;
}
.AnyTagClassName
{
color: #DA69CE;
}
</style>
background-color css
<style>
a { background-color: #DA69CE; }
a { background-color: rgb(218,105,206); }
div.DivClassName
{
background-color: #DA69CE;
}
.BgClassName
{
background-color: #DA69CE;
}
</style>
border-color css
<style>
span { border-color: #DA69CE; }
span { border-color: rgb(218,105,206); }
td.TdClassName
{
border-color: #DA69CE;
}
.TagClassName
{
border-color: #DA69CE;
}
</style>