#DF77E6

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

Shades of Orchid #DF77E6

Tints of Orchid #DF77E6

Color information

#DF77E6 (or 0xDF77E6) is unknown color: approx Orchid. HEX triplet: DF, 77 and E6. RGB value is (223,119,230). Sum of RGB (Red+Green+Blue) = 223+119+230=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF77E6 is #208819. Grayscale: #A2A2A2. Windows color (decimal): -2131994 or 15103967. OLE color: 15103967.

HSL color Cylindrical-coordinate representation of color #DF77E6: hue angle of 296.22º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF77E6 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223119230-
CMYK0.030.4800.10
HSL296.22º68.94%68.43%-
HSV(B)296.22º48.26%90.2%-
XYZ51.3134.5978.84-
YUV162.75165.96170.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 119 (46.88% from 255) = 20.80%
BLUE value IS 230 (90.23% from 255) = 40.21%
R=38.99%
G=20.80%
B=40.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231192300.030.4800.10296.2268.9468.43
HexDF77E63300A1284544
Octal337167346360012450105104
Binary11011111111011111100110111100000101010010100010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF77E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF77E6; }

 p { color: rgb(223,119,230); }

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

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

 a { background-color: rgb(223,119,230); }

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

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

 span { border-color: rgb(223,119,230); }

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