#DE7FD9

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

Shades of Orchid #DE7FD9

Tints of Orchid #DE7FD9

Color information

#DE7FD9 (or 0xDE7FD9) is unknown color: approx Orchid. HEX triplet: DE, 7F and D9. RGB value is (222,127,217). Sum of RGB (Red+Green+Blue) = 222+127+217=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FD9 is #218026. Grayscale: #A5A5A5. Windows color (decimal): -2195495 or 14254046. OLE color: 14254046.

HSL color Cylindrical-coordinate representation of color #DE7FD9: hue angle of 303.16º 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 #DE7FD9 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222127217-
CMYK00.430.020.13
HSL303.16º59.01%68.43%-
HSV(B)303.16º42.79%87.06%-
XYZ50.2435.7269.89-
YUV165.66156.97168.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 127 (50% from 255) = 22.44%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=39.22%
G=22.44%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212721700.430.020.13303.1659.0168.43
HexDE7FD902B2D12f3b44
Octal33617733105321545773104
Binary1101111011111111101100101010111011011001011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7FD9; }

 p { color: rgb(222,127,217); }

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

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

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

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

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

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

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