#D775DF

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

Shades of Orchid #D775DF

Tints of Orchid #D775DF

Color information

#D775DF (or 0xD775DF) is unknown color: approx Orchid. HEX triplet: D7, 75 and DF. RGB value is (215,117,223). Sum of RGB (Red+Green+Blue) = 215+117+223=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #D775DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775DF is #288A20. Grayscale: #9E9E9E. Windows color (decimal): -2656801 or 14644695. OLE color: 14644695.

HSL color Cylindrical-coordinate representation of color #D775DF: hue angle of 295.47º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D775DF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215117223-
CMYK0.040.4800.13
HSL295.47º62.35%66.67%-
HSV(B)295.47º47.53%87.45%-
XYZ47.732.573.57-
YUV158.39164.47168.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 117 (46.09% from 255) = 21.08%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=38.74%
G=21.08%
B=40.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151172230.040.4800.13295.4762.3566.67
HexD775DF4300D1273e43
Octal32716533746001544776103
Binary11010111111010111011111100110000011011001001111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775DF; }

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

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

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

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

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

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

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

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