#DA74E1

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

Shades of Orchid #DA74E1

Tints of Orchid #DA74E1

Color information

#DA74E1 (or 0xDA74E1) is unknown color: approx Orchid. HEX triplet: DA, 74 and E1. RGB value is (218,116,225). Sum of RGB (Red+Green+Blue) = 218+116+225=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA74E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74E1 is #258B1E. Grayscale: #9E9E9E. Windows color (decimal): -2460447 or 14775514. OLE color: 14775514.

HSL color Cylindrical-coordinate representation of color #DA74E1: hue angle of 296.15º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA74E1 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218116225-
CMYK0.030.4800.12
HSL296.15º64.5%66.86%-
HSV(B)296.15º48.44%88.24%-
XYZ48.7532.8375-
YUV158.92165.29170.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=39.00%
G=20.75%
B=40.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181162250.030.4800.12296.1564.566.86
HexDA74E13300C1284043
Octal332164341360014450100103
Binary11011010111010011100001111100000110010010100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA74E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA74E1; }

 p { color: rgb(218,116,225); }

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

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

 a { background-color: rgb(218,116,225); }

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

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

 span { border-color: rgb(218,116,225); }

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