#DA69DD

Color #DA69DD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DA69DD

Tints of Orchid #DA69DD

Color information

#DA69DD (or 0xDA69DD) is unknown color: approx Orchid. HEX triplet: DA, 69 and DD. RGB value is (218,105,221). Sum of RGB (Red+Green+Blue) = 218+105+221=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA69DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69DD is #259622. Grayscale: #979797. Windows color (decimal): -2463267 or 14510554. OLE color: 14510554.

HSL color Cylindrical-coordinate representation of color #DA69DD: hue angle of 298.45º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA69DD is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218105221-
CMYK0.010.5200.13
HSL298.45º63.04%63.92%-
HSV(B)298.45º52.49%86.67%-
XYZ47.0230.2371.76-
YUV152.01166.94175.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 105 (41.41% from 255) = 19.30%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=40.07%
G=19.30%
B=40.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181052210.010.5200.13298.4563.0463.92
HexDA69DD1340D12a3f40
Octal33215133516401545277100
Binary110110101101001110111011110100011011001010101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA69DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA69DD; }

 p { color: rgb(218,105,221); }

 H1.HeaderClassName
 {
   color: #DA69DD;
 }
 .AnyTagClassName
 {
   color: #DA69DD;
 }
</style>
background-color css

<style>
 a { background-color: #DA69DD; }

 a { background-color: rgb(218,105,221); }

 div.DivClassName
 {
   background-color: #DA69DD;
 }
 .BgClassName
 {
   background-color: #DA69DD;
 }
</style>
border-color css

<style>
 span { border-color: #DA69DD; }

 span { border-color: rgb(218,105,221); }

 td.TdClassName
 {
   border-color: #DA69DD;
 }
 .TagClassName
 {
   border-color: #DA69DD;
 }
</style>