#DE68BB

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

Shades of Orchid #DE68BB

Tints of Orchid #DE68BB

Color information

#DE68BB (or 0xDE68BB) is unknown color: approx Orchid. HEX triplet: DE, 68 and BB. RGB value is (222,104,187). Sum of RGB (Red+Green+Blue) = 222+104+187=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68BB is #219744. Grayscale: #949494. Windows color (decimal): -2201413 or 12282078. OLE color: 12282078.

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

Color convert

RGB222104187-
CMYK00.530.160.13
HSL317.8º64.13%63.92%-
HSV(B)317.8º53.15%87.06%-
XYZ44.0429.0250.29-
YUV148.74149.59180.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 104 (41.02% from 255) = 20.27%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=43.27%
G=20.27%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210418700.530.160.13317.864.1363.92
HexDE68BB03510D13e4040
Octal3361502730652015476100100
Binary11011110110100010111011011010110000110110011111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE68BB; }

 p { color: rgb(222,104,187); }

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

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

 a { background-color: rgb(222,104,187); }

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

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

 span { border-color: rgb(222,104,187); }

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