#DE78E4

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

Shades of Orchid #DE78E4

Tints of Orchid #DE78E4

Color information

#DE78E4 (or 0xDE78E4) is unknown color: approx Orchid. HEX triplet: DE, 78 and E4. RGB value is (222,120,228). Sum of RGB (Red+Green+Blue) = 222+120+228=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE78E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78E4 is #21871B. Grayscale: #A2A2A2. Windows color (decimal): -2197276 or 14973150. OLE color: 14973150.

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

Color convert

RGB222120228-
CMYK0.030.4700.11
HSL296.67º66.67%68.24%-
HSV(B)296.67º47.37%89.41%-
XYZ50.8434.5677.39-
YUV162.81164.79170.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 120 (47.27% from 255) = 21.05%
BLUE value IS 228 (89.45% from 255) = 40%
R=38.95%
G=21.05%
B=40%

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
Decimal2221202280.030.4700.11296.6766.6768.24
HexDE78E432F0B1294344
Octal336170344357013451103104
Binary11011110111100011100100111011110101110010100110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE78E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE78E4; }

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

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

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

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

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

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

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

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