#DA71C9

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

Shades of Orchid #DA71C9

Tints of Orchid #DA71C9

Color information

#DA71C9 (or 0xDA71C9) is unknown color: approx Orchid. HEX triplet: DA, 71 and C9. RGB value is (218,113,201). Sum of RGB (Red+Green+Blue) = 218+113+201=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71C9 is #258E36. Grayscale: #9A9A9A. Windows color (decimal): -2461239 or 13201882. OLE color: 13201882.

HSL color Cylindrical-coordinate representation of color #DA71C9: hue angle of 309.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA71C9 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218113201-
CMYK00.480.080.15
HSL309.71º58.66%64.9%-
HSV(B)309.71º48.17%85.49%-
XYZ45.3630.9358.84-
YUV154.43154.29173.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 113 (44.53% from 255) = 21.24%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=40.98%
G=21.24%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811320100.480.080.15309.7158.6664.9
HexDA71C90308F1363b41
Octal332161311060101746673101
Binary110110101110001110010010110000100011111001101101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71C9; }

 p { color: rgb(218,113,201); }

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

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

 a { background-color: rgb(218,113,201); }

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

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

 span { border-color: rgb(218,113,201); }

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