#D770DA

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

Shades of Orchid #D770DA

Tints of Orchid #D770DA

Color information

#D770DA (or 0xD770DA) is unknown color: approx Orchid. HEX triplet: D7, 70 and DA. RGB value is (215,112,218). Sum of RGB (Red+Green+Blue) = 215+112+218=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #D770DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770DA is #288F25. Grayscale: #9A9A9A. Windows color (decimal): -2658086 or 14315735. OLE color: 14315735.

HSL color Cylindrical-coordinate representation of color #D770DA: hue angle of 298.3º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D770DA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215112218-
CMYK0.010.4900.15
HSL298.3º58.89%64.71%-
HSV(B)298.3º48.62%85.49%-
XYZ46.4731.169.88-
YUV154.88163.62170.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 112 (44.14% from 255) = 20.55%
BLUE value IS 218 (85.55% from 255) = 40%
R=39.45%
G=20.55%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151122180.010.4900.15298.358.8964.71
HexD770DA1310F12a3b41
Octal32716033216101745273101
Binary110101111110000110110101110001011111001010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D770DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D770DA; }

 p { color: rgb(215,112,218); }

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

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

 a { background-color: rgb(215,112,218); }

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

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

 span { border-color: rgb(215,112,218); }

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