#DF77E1

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

Shades of Orchid #DF77E1

Tints of Orchid #DF77E1

Color information

#DF77E1 (or 0xDF77E1) is unknown color: approx Orchid. HEX triplet: DF, 77 and E1. RGB value is (223,119,225). Sum of RGB (Red+Green+Blue) = 223+119+225=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF77E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77E1 is #20881E. Grayscale: #A1A1A1. Windows color (decimal): -2131999 or 14776287. OLE color: 14776287.

HSL color Cylindrical-coordinate representation of color #DF77E1: hue angle of 298.87º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF77E1 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223119225-
CMYK0.010.4700.12
HSL298.87º63.86%67.45%-
HSV(B)298.87º47.11%88.24%-
XYZ50.6234.3275.19-
YUV162.18163.46171.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 119 (46.88% from 255) = 20.99%
BLUE value IS 225 (88.28% from 255) = 39.68%
R=39.33%
G=20.99%
B=39.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231192250.010.4700.12298.8763.8667.45
HexDF77E112F0C12b4043
Octal337167341157014453100103
Binary1101111111101111110000111011110110010010101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF77E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF77E1; }

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

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

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

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

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

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

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

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