#DE75E2

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

Shades of Orchid #DE75E2

Tints of Orchid #DE75E2

Color information

#DE75E2 (or 0xDE75E2) is unknown color: approx Orchid. HEX triplet: DE, 75 and E2. RGB value is (222,117,226). Sum of RGB (Red+Green+Blue) = 222+117+226=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE75E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75E2 is #218A1D. Grayscale: #A0A0A0. Windows color (decimal): -2198046 or 14841310. OLE color: 14841310.

HSL color Cylindrical-coordinate representation of color #DE75E2: hue angle of 297.8º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE75E2 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222117226-
CMYK0.020.4800.11
HSL297.8º65.27%67.25%-
HSV(B)297.8º48.23%88.63%-
XYZ50.2133.7475.82-
YUV160.82164.79171.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.29%
GREEN value IS 117 (46.09% from 255) = 20.71%
BLUE value IS 226 (88.67% from 255) = 40%
R=39.29%
G=20.71%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221172260.020.4800.11297.865.2767.25
HexDE75E22300B12a4143
Octal336165342260013452101103
Binary11011110111010111100010101100000101110010101010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE75E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE75E2; }

 p { color: rgb(222,117,226); }

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

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

 a { background-color: rgb(222,117,226); }

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

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

 span { border-color: rgb(222,117,226); }

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