#DF75E1

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

Shades of Orchid #DF75E1

Tints of Orchid #DF75E1

Color information

#DF75E1 (or 0xDF75E1) is unknown color: approx Orchid. HEX triplet: DF, 75 and E1. RGB value is (223,117,225). Sum of RGB (Red+Green+Blue) = 223+117+225=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF75E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75E1 is #208A1E. Grayscale: #A0A0A0. Windows color (decimal): -2132511 or 14775775. OLE color: 14775775.

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

Color convert

RGB223117225-
CMYK0.010.4800.12
HSL298.89º64.29%67.06%-
HSV(B)298.89º48%88.24%-
XYZ50.3833.8575.11-
YUV161.01164.12172.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 117 (46.09% from 255) = 20.71%
BLUE value IS 225 (88.28% from 255) = 39.82%
R=39.47%
G=20.71%
B=39.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231172250.010.4800.12298.8964.2967.06
HexDF75E11300C12b4043
Octal337165341160014453100103
Binary1101111111101011110000111100000110010010101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF75E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF75E1; }

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

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

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

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

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

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

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

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