#de68bf

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

Shades of Orchid #DE68BF

Tints of Orchid #DE68BF

Color information

#DE68BF (or 0xDE68BF) is unknown color: approx Orchid. HEX triplet: DE, 68 and BF. RGB value is (222,104,191). Sum of RGB (Red+Green+Blue) = 222+104+191=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68BF is #219740. Grayscale: #949494. Windows color (decimal): -2201409 or 12544222. OLE color: 12544222.

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

Color convert

RGB222104191-
CMYK00.530.140.13
HSL315.76º64.13%63.92%-
HSV(B)315.76º53.15%87.06%-
XYZ44.4829.1952.58-
YUV149.2151.59179.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 104 (41.02% from 255) = 20.12%
BLUE value IS 191 (75% from 255) = 36.94%
R=42.94%
G=20.12%
B=36.94%

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
Decimal22210419100.530.140.13315.7664.1363.92
HexDE68BF035ED13c4040
Octal3361502770651615474100100
Binary1101111011010001011111101101011110110110011110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de68bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de68bf; }

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

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

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

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

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

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

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

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