#DE69D2

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

Shades of Orchid #DE69D2

Tints of Orchid #DE69D2

Color information

#DE69D2 (or 0xDE69D2) is unknown color: approx Orchid. HEX triplet: DE, 69 and D2. RGB value is (222,105,210). Sum of RGB (Red+Green+Blue) = 222+105+210=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69D2 is #21962D. Grayscale: #979797. Windows color (decimal): -2201134 or 13789662. OLE color: 13789662.

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

Color convert

RGB222105210-
CMYK00.530.050.13
HSL306.15º63.93%64.12%-
HSV(B)306.15º52.7%87.06%-
XYZ46.8130.2964.35-
YUV151.95160.76177.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 105 (41.41% from 255) = 19.55%
BLUE value IS 210 (82.42% from 255) = 39.11%
R=41.34%
G=19.55%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210521000.530.050.13306.1563.9364.12
HexDE69D20355D1324040
Octal336151322065515462100100
Binary110111101101001110100100110101101110110011001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE69D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE69D2; }

 p { color: rgb(222,105,210); }

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

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

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

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

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

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

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