#DE7AE1

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

Shades of Orchid #DE7AE1

Tints of Orchid #DE7AE1

Color information

#DE7AE1 (or 0xDE7AE1) is unknown color: approx Orchid. HEX triplet: DE, 7A and E1. RGB value is (222,122,225). Sum of RGB (Red+Green+Blue) = 222+122+225=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE7AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AE1 is #21851E. Grayscale: #A3A3A3. Windows color (decimal): -2196767 or 14777054. OLE color: 14777054.

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

Color convert

RGB222122225-
CMYK0.010.4600.12
HSL298.25º63.19%68.04%-
HSV(B)298.25º45.78%88.24%-
XYZ50.6734.8875.3-
YUV163.64162.63169.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 122 (48.05% from 255) = 21.44%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=39.02%
G=21.44%
B=39.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221222250.010.4600.12298.2563.1968.04
HexDE7AE112E0C12a3f44
Octal33617234115601445277104
Binary110111101111010111000011101110011001001010101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7AE1; }

 p { color: rgb(222,122,225); }

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

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

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

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

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

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

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