Shades of Orchid #DA69C4
Tints of Orchid #DA69C4
RGB
CMYK
RGB Variations
Color information
#DA69C4 (or 0xDA69C4) is known color: Orchid. HEX triplet: DA, 69 and C4. RGB value is (218,105,196). Sum of RGB (Red+Green+Blue) = 218+105+196=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69C4 is #25963B. Grayscale: #949494. Windows color (decimal): -2463292 or 12872154. OLE color: 12872154.
HSL color Cylindrical-coordinate representation of color #DA69C4: hue angle of 311.68º 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 #DA69C4 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 196 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.15 |
| HSL | 311.68º | 0.6% | 0.63% | - |
| HSV(B) | 311.68º | 0.52% | 0.85% | - |
| XYZ | 43.93 | 28.99 | 55.51 | - |
| YUV | 149.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 196 | 0 | 0.52 | 0.10 | 0.15 | 311.68 | 0.6 | 0.63 |
| Hex | DA | 69 | C4 | 0 | 34 | A | F | 138 | 3C | 3F |
| Octal | 332 | 151 | 304 | 0 | 64 | 12 | 17 | 470 | 74 | 77 |
| Binary | 11011010 | 1101001 | 11000100 | 0 | 110100 | 1010 | 1111 | 100111000 | 111100 | 111111 |
Color Harmonies of #DA69C4
Complementary color
Monochromatic Colors of #DA69C4
Black with #DA69C4
Text Example
Text Example
White with #DA69C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69C4; }
p { color: rgb(218,105,196); }
H1.HeaderClassName
{
color: #DA69C4;
}
.AnyTagClassName
{
color: #DA69C4;
}
</style>
background-color css
<style>
a { background-color: #DA69C4; }
a { background-color: rgb(218,105,196); }
div.DivClassName
{
background-color: #DA69C4;
}
.BgClassName
{
background-color: #DA69C4;
}
</style>
border-color css
<style>
span { border-color: #DA69C4; }
span { border-color: rgb(218,105,196); }
td.TdClassName
{
border-color: #DA69C4;
}
.TagClassName
{
border-color: #DA69C4;
}
</style>