#DF76E4

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

Shades of Orchid #DF76E4

Tints of Orchid #DF76E4

Color information

#DF76E4 (or 0xDF76E4) is unknown color: approx Orchid. HEX triplet: DF, 76 and E4. RGB value is (223,118,228). Sum of RGB (Red+Green+Blue) = 223+118+228=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF76E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76E4 is #20891B. Grayscale: #A1A1A1. Windows color (decimal): -2132252 or 14972639. OLE color: 14972639.

HSL color Cylindrical-coordinate representation of color #DF76E4: hue angle of 297.27º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF76E4 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223118228-
CMYK0.020.4800.11
HSL297.27º67.07%67.84%-
HSV(B)297.27º48.25%89.41%-
XYZ50.9134.2577.33-
YUV161.93165.29171.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 118 (46.48% from 255) = 20.74%
BLUE value IS 228 (89.45% from 255) = 40.07%
R=39.19%
G=20.74%
B=40.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231182280.020.4800.11297.2767.0767.84
HexDF76E42300B1294344
Octal337166344260013451103104
Binary11011111111011011100100101100000101110010100110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF76E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF76E4; }

 p { color: rgb(223,118,228); }

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

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

 a { background-color: rgb(223,118,228); }

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

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

 span { border-color: rgb(223,118,228); }

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