#DD75D8

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

Shades of Orchid #DD75D8

Tints of Orchid #DD75D8

Color information

#DD75D8 (or 0xDD75D8) is unknown color: approx Orchid. HEX triplet: DD, 75 and D8. RGB value is (221,117,216). Sum of RGB (Red+Green+Blue) = 221+117+216=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75D8 is #228A27. Grayscale: #9F9F9F. Windows color (decimal): -2263592 or 14185949. OLE color: 14185949.

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

Color convert

RGB221117216-
CMYK00.470.020.13
HSL302.88º60.47%66.27%-
HSV(B)302.88º47.06%86.67%-
XYZ48.5733.0568.79-
YUV159.38159.96171.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 117 (46.09% from 255) = 21.12%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=39.89%
G=21.12%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111721600.470.020.13302.8860.4766.27
HexDD75D802F2D12f3c42
Octal33516533005721545774102
Binary1101110111101011101100001011111011011001011111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75D8; }

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

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

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

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

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

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

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

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