#DA71D2

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

Shades of Orchid #DA71D2

Tints of Orchid #DA71D2

Color information

#DA71D2 (or 0xDA71D2) is unknown color: approx Orchid. HEX triplet: DA, 71 and D2. RGB value is (218,113,210). Sum of RGB (Red+Green+Blue) = 218+113+210=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71D2 is #258E2D. Grayscale: #9B9B9B. Windows color (decimal): -2461230 or 13791706. OLE color: 13791706.

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

Color convert

RGB218113210-
CMYK00.480.040.15
HSL304.57º58.66%64.9%-
HSV(B)304.57º48.17%85.49%-
XYZ46.4531.3764.58-
YUV155.45158.79172.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 113 (44.53% from 255) = 20.89%
BLUE value IS 210 (82.42% from 255) = 38.82%
R=40.30%
G=20.89%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811321000.480.040.15304.5758.6664.9
HexDA71D20304F1313b41
Octal33216132206041746173101
Binary11011010111000111010010011000010011111001100011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71D2; }

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

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

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

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

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

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

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

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