#DD78E4

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

Shades of Orchid #DD78E4

Tints of Orchid #DD78E4

Color information

#DD78E4 (or 0xDD78E4) is unknown color: approx Orchid. HEX triplet: DD, 78 and E4. RGB value is (221,120,228). Sum of RGB (Red+Green+Blue) = 221+120+228=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD78E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78E4 is #22871B. Grayscale: #A2A2A2. Windows color (decimal): -2262812 or 14973149. OLE color: 14973149.

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

Color convert

RGB221120228-
CMYK0.030.4700.11
HSL296.11º66.67%68.24%-
HSV(B)296.11º47.37%89.41%-
XYZ50.5434.4177.38-
YUV162.51164.96169.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 120 (47.27% from 255) = 21.09%
BLUE value IS 228 (89.45% from 255) = 40.07%
R=38.84%
G=21.09%
B=40.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211202280.030.4700.11296.1166.6768.24
HexDD78E432F0B1284344
Octal335170344357013450103104
Binary11011101111100011100100111011110101110010100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD78E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD78E4; }

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

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

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

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

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

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

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

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