#DE78D7

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

Shades of Orchid #DE78D7

Tints of Orchid #DE78D7

Color information

#DE78D7 (or 0xDE78D7) is unknown color: approx Orchid. HEX triplet: DE, 78 and D7. RGB value is (222,120,215). Sum of RGB (Red+Green+Blue) = 222+120+215=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DE78D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78D7 is #218728. Grayscale: #A1A1A1. Windows color (decimal): -2197289 or 14121182. OLE color: 14121182.

HSL color Cylindrical-coordinate representation of color #DE78D7: hue angle of 304.12º degrees, saturation: 0.61, 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 #DE78D7 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222120215-
CMYK00.460.030.13
HSL304.12º60.71%67.06%-
HSV(B)304.12º45.95%87.06%-
XYZ49.1133.8768.24-
YUV161.33158.29171.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 120 (47.27% from 255) = 21.54%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=39.86%
G=21.54%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212021500.460.030.13304.1260.7167.06
HexDE78D702E3D1303d43
Octal33617032705631546075103
Binary1101111011110001101011101011101111011001100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE78D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE78D7; }

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

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

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

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

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

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

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

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