#DE79D3

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

Shades of Orchid #DE79D3

Tints of Orchid #DE79D3

Color information

#DE79D3 (or 0xDE79D3) is unknown color: approx Orchid. HEX triplet: DE, 79 and D3. RGB value is (222,121,211). Sum of RGB (Red+Green+Blue) = 222+121+211=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79D3 is #21862C. Grayscale: #A1A1A1. Windows color (decimal): -2197037 or 13859294. OLE color: 13859294.

HSL color Cylindrical-coordinate representation of color #DE79D3: 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.45%. Process color model (Four color, CMYK) of #DE79D3 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222121211-
CMYK00.450.050.13
HSL306.53º60.48%67.25%-
HSV(B)306.53º45.5%87.06%-
XYZ48.7233.9165.61-
YUV161.46155.96171.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 121 (47.66% from 255) = 21.84%
BLUE value IS 211 (82.81% from 255) = 38.09%
R=40.07%
G=21.84%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212121100.450.050.13306.5360.4867.25
HexDE79D302D5D1333c43
Octal33617132305551546374103
Binary11011110111100111010011010110110111011001100111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE79D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE79D3; }

 p { color: rgb(222,121,211); }

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

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

 a { background-color: rgb(222,121,211); }

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

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

 span { border-color: rgb(222,121,211); }

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