#DF7DE1

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

Shades of Orchid #DF7DE1

Tints of Orchid #DF7DE1

Color information

#DF7DE1 (or 0xDF7DE1) is unknown color: approx Orchid. HEX triplet: DF, 7D and E1. RGB value is (223,125,225). Sum of RGB (Red+Green+Blue) = 223+125+225=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF7DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DE1 is #20821E. Grayscale: #A5A5A5. Windows color (decimal): -2130463 or 14777823. OLE color: 14777823.

HSL color Cylindrical-coordinate representation of color #DF7DE1: hue angle of 298.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7DE1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223125225-
CMYK0.010.4400.12
HSL298.8º62.5%68.63%-
HSV(B)298.8º44.44%88.24%-
XYZ51.3635.7975.44-
YUV165.7161.47168.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 125 (49.22% from 255) = 21.82%
BLUE value IS 225 (88.28% from 255) = 39.27%
R=38.92%
G=21.82%
B=39.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231252250.010.4400.12298.862.568.63
HexDF7DE112C0C12b3e45
Octal33717534115401445376105
Binary110111111111101111000011101100011001001010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DE1; }

 p { color: rgb(223,125,225); }

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

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

 a { background-color: rgb(223,125,225); }

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

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

 span { border-color: rgb(223,125,225); }

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