#DD75BF

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

Shades of Orchid #DD75BF

Tints of Orchid #DD75BF

Color information

#DD75BF (or 0xDD75BF) is unknown color: approx Orchid. HEX triplet: DD, 75 and BF. RGB value is (221,117,191). Sum of RGB (Red+Green+Blue) = 221+117+191=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75BF is #228A40. Grayscale: #9C9C9C. Windows color (decimal): -2263617 or 12547549. OLE color: 12547549.

HSL color Cylindrical-coordinate representation of color #DD75BF: hue angle of 317.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75BF is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221117191-
CMYK00.470.140.13
HSL317.31º60.47%66.27%-
HSV(B)317.31º47.06%86.67%-
XYZ45.5831.8653.04-
YUV156.53147.46173.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 191 (75% from 255) = 36.11%
R=41.78%
G=22.12%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111719100.470.140.13317.3160.4766.27
HexDD75BF02FED13d3c42
Octal335165277057161547574102
Binary110111011110101101111110101111111011011001111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75BF; }

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

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

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

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

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

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

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

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