#DE66DA

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

Shades of Orchid #DE66DA

Tints of Orchid #DE66DA

Color information

#DE66DA (or 0xDE66DA) is unknown color: approx Orchid. HEX triplet: DE, 66 and DA. RGB value is (222,102,218). Sum of RGB (Red+Green+Blue) = 222+102+218=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE66DA is #219925. Grayscale: #969696. Windows color (decimal): -2201894 or 14313182. OLE color: 14313182.

HSL color Cylindrical-coordinate representation of color #DE66DA: hue angle of 302º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE66DA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222102218-
CMYK00.540.020.13
HSL302º64.52%63.53%-
HSV(B)302º54.05%87.06%-
XYZ47.5330.0969.63-
YUV151.1165.76178.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 102 (40.23% from 255) = 18.82%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=40.96%
G=18.82%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210221800.540.020.1330264.5263.53
HexDE66DA0362D12e4140
Octal336146332066215456101100
Binary11011110110011011011010011011010110110010111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE66DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE66DA; }

 p { color: rgb(222,102,218); }

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

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

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

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

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

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

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