#D772DF

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

Shades of Orchid #D772DF

Tints of Orchid #D772DF

Color information

#D772DF (or 0xD772DF) is unknown color: approx Orchid. HEX triplet: D7, 72 and DF. RGB value is (215,114,223). Sum of RGB (Red+Green+Blue) = 215+114+223=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #D772DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772DF is #288D20. Grayscale: #9C9C9C. Windows color (decimal): -2657569 or 14643927. OLE color: 14643927.

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

Color convert

RGB215114223-
CMYK0.040.4900.13
HSL295.6º63.01%66.08%-
HSV(B)295.6º48.88%87.45%-
XYZ47.3631.8173.46-
YUV156.62165.46169.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 114 (44.92% from 255) = 20.65%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=38.95%
G=20.65%
B=40.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151142230.040.4900.13295.663.0166.08
HexD772DF4310D1283f42
Octal32716233746101545077102
Binary11010111111001011011111100110001011011001010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D772DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D772DF; }

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

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

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

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

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

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

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

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