#DD78D2

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

Shades of Orchid #DD78D2

Tints of Orchid #DD78D2

Color information

#DD78D2 (or 0xDD78D2) is unknown color: approx Orchid. HEX triplet: DD, 78 and D2. RGB value is (221,120,210). Sum of RGB (Red+Green+Blue) = 221+120+210=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78D2 is #22872D. Grayscale: #A0A0A0. Windows color (decimal): -2262830 or 13793501. OLE color: 13793501.

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

Color convert

RGB221120210-
CMYK00.460.050.13
HSL306.53º59.76%66.86%-
HSV(B)306.53º45.7%86.67%-
XYZ48.1733.4664.89-
YUV160.46155.96171.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 120 (47.27% from 255) = 21.78%
BLUE value IS 210 (82.42% from 255) = 38.11%
R=40.11%
G=21.78%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112021000.460.050.13306.5359.7666.86
HexDD78D202E5D1333c43
Octal33517032205651546374103
Binary11011101111100011010010010111010111011001100111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD78D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD78D2; }

 p { color: rgb(221,120,210); }

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

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

 a { background-color: rgb(221,120,210); }

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

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

 span { border-color: rgb(221,120,210); }

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