Shades of Orchid #DA69C5
Tints of Orchid #DA69C5
RGB
CMYK
RGB Variations
Color information
#DA69C5 (or 0xDA69C5) is known color: Orchid. HEX triplet: DA, 69 and C5. RGB value is (218,105,197). Sum of RGB (Red+Green+Blue) = 218+105+197=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69C5 is #25963A. Grayscale: #959595. Windows color (decimal): -2463291 or 12937690. OLE color: 12937690.
HSL color Cylindrical-coordinate representation of color #DA69C5: hue angle of 311.15º 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 #DA69C5 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 197 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.15 |
| HSL | 311.15º | 0.6% | 0.63% | - |
| HSV(B) | 311.15º | 0.52% | 0.85% | - |
| XYZ | 44.04 | 29.04 | 56.11 | - |
| YUV | 149.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 197 | 0 | 0.52 | 0.10 | 0.15 | 311.15 | 0.6 | 0.63 |
| Hex | DA | 69 | C5 | 0 | 34 | A | F | 137 | 3C | 3F |
| Octal | 332 | 151 | 305 | 0 | 64 | 12 | 17 | 467 | 74 | 77 |
| Binary | 11011010 | 1101001 | 11000101 | 0 | 110100 | 1010 | 1111 | 100110111 | 111100 | 111111 |
Color Harmonies of #DA69C5
Complementary color
Monochromatic Colors of #DA69C5
Black with #DA69C5
Text Example
Text Example
White with #DA69C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69C5; }
p { color: rgb(218,105,197); }
H1.HeaderClassName
{
color: #DA69C5;
}
.AnyTagClassName
{
color: #DA69C5;
}
</style>
background-color css
<style>
a { background-color: #DA69C5; }
a { background-color: rgb(218,105,197); }
div.DivClassName
{
background-color: #DA69C5;
}
.BgClassName
{
background-color: #DA69C5;
}
</style>
border-color css
<style>
span { border-color: #DA69C5; }
span { border-color: rgb(218,105,197); }
td.TdClassName
{
border-color: #DA69C5;
}
.TagClassName
{
border-color: #DA69C5;
}
</style>