#D770DB

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

Shades of Orchid #D770DB

Tints of Orchid #D770DB

Color information

#D770DB (or 0xD770DB) is unknown color: approx Orchid. HEX triplet: D7, 70 and DB. RGB value is (215,112,219). Sum of RGB (Red+Green+Blue) = 215+112+219=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #D770DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770DB is #288F24. Grayscale: #9A9A9A. Windows color (decimal): -2658085 or 14381271. OLE color: 14381271.

HSL color Cylindrical-coordinate representation of color #D770DB: hue angle of 297.76º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D770DB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215112219-
CMYK0.020.4900.14
HSL297.76º59.78%64.9%-
HSV(B)297.76º48.86%85.88%-
XYZ46.631.1570.57-
YUV155164.12170.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 112 (44.14% from 255) = 20.51%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=39.38%
G=20.51%
B=40.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151122190.020.4900.14297.7659.7864.9
HexD770DB2310E12a3c41
Octal32716033326101645274101
Binary1101011111100001101101110110001011101001010101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D770DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D770DB; }

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

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

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

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

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

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

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

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