#DF78E4

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

Shades of Orchid #DF78E4

Tints of Orchid #DF78E4

Color information

#DF78E4 (or 0xDF78E4) is unknown color: approx Orchid. HEX triplet: DF, 78 and E4. RGB value is (223,120,228). Sum of RGB (Red+Green+Blue) = 223+120+228=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF78E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78E4 is #20871B. Grayscale: #A2A2A2. Windows color (decimal): -2131740 or 14973151. OLE color: 14973151.

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

Color convert

RGB223120228-
CMYK0.020.4700.11
HSL297.22º66.67%68.24%-
HSV(B)297.22º47.37%89.41%-
XYZ51.1534.7277.4-
YUV163.11164.62170.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 120 (47.27% from 255) = 21.02%
BLUE value IS 228 (89.45% from 255) = 39.93%
R=39.05%
G=21.02%
B=39.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231202280.020.4700.11297.2266.6768.24
HexDF78E422F0B1294344
Octal337170344257013451103104
Binary11011111111100011100100101011110101110010100110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF78E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF78E4; }

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

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

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

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

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

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

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

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