#DA69D0

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

Shades of Orchid #DA69D0

Tints of Orchid #DA69D0

Color information

#DA69D0 (or 0xDA69D0) is unknown color: approx Orchid. HEX triplet: DA, 69 and D0. RGB value is (218,105,208). Sum of RGB (Red+Green+Blue) = 218+105+208=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69D0 is #25962F. Grayscale: #969696. Windows color (decimal): -2463280 or 13658586. OLE color: 13658586.

HSL color Cylindrical-coordinate representation of color #DA69D0: hue angle of 305.31º 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 #DA69D0 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218105208-
CMYK00.520.050.15
HSL305.31º60.43%63.33%-
HSV(B)305.31º51.83%85.49%-
XYZ45.3529.5662.99-
YUV150.53160.44176.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 105 (41.41% from 255) = 19.77%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=41.05%
G=19.77%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810520800.520.050.15305.3160.4363.33
HexDA69D00345F1313c3f
Octal3321513200645174617477
Binary1101101011010011101000001101001011111100110001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA69D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA69D0; }

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

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

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

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

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

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

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

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