Shades of Orchid #DA69C2
Tints of Orchid #DA69C2
RGB
CMYK
RGB Variations
Color information
#DA69C2 (or 0xDA69C2) is known color: Orchid. HEX triplet: DA, 69 and C2. RGB value is (218,105,194). Sum of RGB (Red+Green+Blue) = 218+105+194=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69C2 is #25963D. Grayscale: #949494. Windows color (decimal): -2463294 or 12741082. OLE color: 12741082.
HSL color Cylindrical-coordinate representation of color #DA69C2: hue angle of 312.74º 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 #DA69C2 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 194 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.15 |
| HSL | 312.74º | 0.6% | 0.63% | - |
| HSV(B) | 312.74º | 0.52% | 0.85% | - |
| XYZ | 43.7 | 28.9 | 54.31 | - |
| YUV | 148.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 194 | 0 | 0.52 | 0.11 | 0.15 | 312.74 | 0.6 | 0.63 |
| Hex | DA | 69 | C2 | 0 | 34 | B | F | 139 | 3C | 3F |
| Octal | 332 | 151 | 302 | 0 | 64 | 13 | 17 | 471 | 74 | 77 |
| Binary | 11011010 | 1101001 | 11000010 | 0 | 110100 | 1011 | 1111 | 100111001 | 111100 | 111111 |
Color Harmonies of #DA69C2
Complementary color
Monochromatic Colors of #DA69C2
Black with #DA69C2
Text Example
Text Example
White with #DA69C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69C2; }
p { color: rgb(218,105,194); }
H1.HeaderClassName
{
color: #DA69C2;
}
.AnyTagClassName
{
color: #DA69C2;
}
</style>
background-color css
<style>
a { background-color: #DA69C2; }
a { background-color: rgb(218,105,194); }
div.DivClassName
{
background-color: #DA69C2;
}
.BgClassName
{
background-color: #DA69C2;
}
</style>
border-color css
<style>
span { border-color: #DA69C2; }
span { border-color: rgb(218,105,194); }
td.TdClassName
{
border-color: #DA69C2;
}
.TagClassName
{
border-color: #DA69C2;
}
</style>