#DD75E2

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

Shades of Orchid #DD75E2

Tints of Orchid #DD75E2

Color information

#DD75E2 (or 0xDD75E2) is unknown color: approx Orchid. HEX triplet: DD, 75 and E2. RGB value is (221,117,226). Sum of RGB (Red+Green+Blue) = 221+117+226=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD75E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75E2 is #228A1D. Grayscale: #A0A0A0. Windows color (decimal): -2263582 or 14841309. OLE color: 14841309.

HSL color Cylindrical-coordinate representation of color #DD75E2: hue angle of 297.25º 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 #DD75E2 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221117226-
CMYK0.020.4800.11
HSL297.25º65.27%67.25%-
HSV(B)297.25º48.23%88.63%-
XYZ49.9133.5975.8-
YUV160.52164.96171.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 117 (46.09% from 255) = 20.74%
BLUE value IS 226 (88.67% from 255) = 40.07%
R=39.18%
G=20.74%
B=40.07%

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
Decimal2211172260.020.4800.11297.2565.2767.25
HexDD75E22300B1294143
Octal335165342260013451101103
Binary11011101111010111100010101100000101110010100110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75E2; }

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

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

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

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

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

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

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

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