#DE69BE

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

Shades of Orchid #DE69BE

Tints of Orchid #DE69BE

Color information

#DE69BE (or 0xDE69BE) is unknown color: approx Orchid. HEX triplet: DE, 69 and BE. RGB value is (222,105,190). Sum of RGB (Red+Green+Blue) = 222+105+190=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69BE is #219641. Grayscale: #959595. Windows color (decimal): -2201154 or 12478942. OLE color: 12478942.

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

Color convert

RGB222105190-
CMYK00.530.140.13
HSL316.41º63.93%64.12%-
HSV(B)316.41º52.7%87.06%-
XYZ44.4729.3552.04-
YUV149.67150.76179.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 105 (41.41% from 255) = 20.31%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=42.94%
G=20.31%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210519000.530.140.13316.4163.9364.12
HexDE69BE035ED13c4040
Octal3361512760651615474100100
Binary1101111011010011011111001101011110110110011110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE69BE; }

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

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

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

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

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

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

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

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