#DA72E7

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

Shades of Orchid #DA72E7

Tints of Orchid #DA72E7

Color information

#DA72E7 (or 0xDA72E7) is unknown color: approx Orchid. HEX triplet: DA, 72 and E7. RGB value is (218,114,231). Sum of RGB (Red+Green+Blue) = 218+114+231=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA72E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA72E7 is #258D18. Grayscale: #9E9E9E. Windows color (decimal): -2460953 or 15168218. OLE color: 15168218.

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

Color convert

RGB218114231-
CMYK0.060.5100.09
HSL293.33º70.91%67.65%-
HSV(B)293.33º50.65%90.59%-
XYZ49.3532.7179.31-
YUV158.43168.96170.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 114 (44.92% from 255) = 20.25%
BLUE value IS 231 (90.62% from 255) = 41.03%
R=38.72%
G=20.25%
B=41.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181142310.060.5100.09293.3370.9167.65
HexDA72E7633091254744
Octal332162347663011445107104
Binary110110101110010111001111101100110100110010010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA72E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA72E7; }

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

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

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

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

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

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

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

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