#DE7EDE

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

Shades of Orchid #DE7EDE

Tints of Orchid #DE7EDE

Color information

#DE7EDE (or 0xDE7EDE) is unknown color: approx Orchid. HEX triplet: DE, 7E and DE. RGB value is (222,126,222). Sum of RGB (Red+Green+Blue) = 222+126+222=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7EDE is #218121. Grayscale: #A5A5A5. Windows color (decimal): -2195746 or 14581470. OLE color: 14581470.

HSL color Cylindrical-coordinate representation of color #DE7EDE: hue angle of 300º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7EDE is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222126222-
CMYK00.4300.13
HSL300º59.26%68.24%-
HSV(B)300º43.24%87.06%-
XYZ50.7735.7373.33-
YUV165.65159.8168.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 126 (49.61% from 255) = 22.11%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=38.95%
G=22.11%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212622200.4300.1330059.2668.24
HexDE7EDE02B0D12c3b44
Octal33617633605301545473104
Binary110111101111110110111100101011011011001011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7EDE; }

 p { color: rgb(222,126,222); }

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

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

 a { background-color: rgb(222,126,222); }

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

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

 span { border-color: rgb(222,126,222); }

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