#DA71C7

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

Shades of Orchid #DA71C7

Tints of Orchid #DA71C7

Color information

#DA71C7 (or 0xDA71C7) is unknown color: approx Orchid. HEX triplet: DA, 71 and C7. RGB value is (218,113,199). Sum of RGB (Red+Green+Blue) = 218+113+199=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71C7 is #258E38. Grayscale: #999999. Windows color (decimal): -2461241 or 13070810. OLE color: 13070810.

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

Color convert

RGB218113199-
CMYK00.480.090.15
HSL310.86º58.66%64.9%-
HSV(B)310.86º48.17%85.49%-
XYZ45.1330.8457.61-
YUV154.2153.29173.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.13%
GREEN value IS 113 (44.53% from 255) = 21.32%
BLUE value IS 199 (78.12% from 255) = 37.55%
R=41.13%
G=21.32%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811319900.480.090.15310.8658.6664.9
HexDA71C70309F1373b41
Octal332161307060111746773101
Binary110110101110001110001110110000100111111001101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71C7; }

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

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

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

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

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

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

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

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