#DA72E1

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

Shades of Orchid #DA72E1

Tints of Orchid #DA72E1

Color information

#DA72E1 (or 0xDA72E1) is unknown color: approx Orchid. HEX triplet: DA, 72 and E1. RGB value is (218,114,225). Sum of RGB (Red+Green+Blue) = 218+114+225=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA72E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72E1 is #258D1E. Grayscale: #9D9D9D. Windows color (decimal): -2460959 or 14775002. OLE color: 14775002.

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

Color convert

RGB218114225-
CMYK0.030.4900.12
HSL296.22º64.91%66.47%-
HSV(B)296.22º49.33%88.24%-
XYZ48.5232.3874.93-
YUV157.75165.96170.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 114 (44.92% from 255) = 20.47%
BLUE value IS 225 (88.28% from 255) = 40.39%
R=39.14%
G=20.47%
B=40.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181142250.030.4900.12296.2264.9166.47
HexDA72E13310C1284142
Octal332162341361014450101102
Binary11011010111001011100001111100010110010010100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA72E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA72E1; }

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

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

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

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

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

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

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

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