#DA69D6

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

Shades of Orchid #DA69D6

Tints of Orchid #DA69D6

Color information

#DA69D6 (or 0xDA69D6) is unknown color: approx Orchid. HEX triplet: DA, 69 and D6. RGB value is (218,105,214). Sum of RGB (Red+Green+Blue) = 218+105+214=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69D6 is #259629. Grayscale: #969696. Windows color (decimal): -2463274 or 14051802. OLE color: 14051802.

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

Color convert

RGB218105214-
CMYK00.520.020.15
HSL302.12º60.43%63.33%-
HSV(B)302.12º51.83%85.49%-
XYZ46.129.8666.95-
YUV151.21163.44175.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 105 (41.41% from 255) = 19.55%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=40.60%
G=19.55%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810521400.520.020.15302.1260.4363.33
HexDA69D60342F12e3c3f
Octal3321513260642174567477
Binary110110101101001110101100110100101111100101110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA69D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA69D6; }

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

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

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

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

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

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

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

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