#DA74E7

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

Shades of Orchid #DA74E7

Tints of Orchid #DA74E7

Color information

#DA74E7 (or 0xDA74E7) is unknown color: approx Orchid. HEX triplet: DA, 74 and E7. RGB value is (218,116,231). Sum of RGB (Red+Green+Blue) = 218+116+231=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA74E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74E7 is #258B18. Grayscale: #9F9F9F. Windows color (decimal): -2460441 or 15168730. OLE color: 15168730.

HSL color Cylindrical-coordinate representation of color #DA74E7: hue angle of 293.22º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA74E7 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218116231-
CMYK0.060.5000.09
HSL293.22º70.55%68.04%-
HSV(B)293.22º49.78%90.59%-
XYZ49.5833.1779.39-
YUV159.61168.29169.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 116 (45.70% from 255) = 20.53%
BLUE value IS 231 (90.62% from 255) = 40.88%
R=38.58%
G=20.53%
B=40.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181162310.060.5000.09293.2270.5568.04
HexDA74E7632091254744
Octal332164347662011445107104
Binary110110101110100111001111101100100100110010010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA74E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA74E7; }

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

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

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

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

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

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

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

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