#DF75E7

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

Shades of Orchid #DF75E7

Tints of Orchid #DF75E7

Color information

#DF75E7 (or 0xDF75E7) is unknown color: approx Orchid. HEX triplet: DF, 75 and E7. RGB value is (223,117,231). Sum of RGB (Red+Green+Blue) = 223+117+231=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF75E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF75E7 is #208A18. Grayscale: #A1A1A1. Windows color (decimal): -2132505 or 15168991. OLE color: 15168991.

HSL color Cylindrical-coordinate representation of color #DF75E7: hue angle of 295.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF75E7 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223117231-
CMYK0.030.4900.09
HSL295.79º70.37%68.24%-
HSV(B)295.79º49.35%90.59%-
XYZ51.2234.1879.5-
YUV161.69167.12171.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 117 (46.09% from 255) = 20.49%
BLUE value IS 231 (90.62% from 255) = 40.46%
R=39.05%
G=20.49%
B=40.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231172310.030.4900.09295.7970.3768.24
HexDF75E7331091284644
Octal337165347361011450106104
Binary11011111111010111100111111100010100110010100010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF75E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF75E7; }

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

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

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

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

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

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

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

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