#DE70DA

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

Shades of Orchid #DE70DA

Tints of Orchid #DE70DA

Color information

#DE70DA (or 0xDE70DA) is unknown color: approx Orchid. HEX triplet: DE, 70 and DA. RGB value is (222,112,218). Sum of RGB (Red+Green+Blue) = 222+112+218=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70DA is #218F25. Grayscale: #9C9C9C. Windows color (decimal): -2199334 or 14315742. OLE color: 14315742.

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

Color convert

RGB222112218-
CMYK00.500.020.13
HSL302.18º62.5%65.49%-
HSV(B)302.18º49.55%87.06%-
XYZ48.5732.1869.98-
YUV156.97162.44174.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 112 (44.14% from 255) = 20.29%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=40.22%
G=20.29%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211221800.500.020.13302.1862.565.49
HexDE70DA0322D12e3e41
Octal33616033206221545676101
Binary1101111011100001101101001100101011011001011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE70DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE70DA; }

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

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

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

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

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

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

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

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