#D480DB

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

Shades of Orchid #D480DB

Tints of Orchid #D480DB

Color information

#D480DB (or 0xD480DB) is unknown color: approx Orchid. HEX triplet: D4, 80 and DB. RGB value is (212,128,219). Sum of RGB (Red+Green+Blue) = 212+128+219=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #D480DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480DB is #2B7F24. Grayscale: #A3A3A3. Windows color (decimal): -2850597 or 14385364. OLE color: 14385364.

HSL color Cylindrical-coordinate representation of color #D480DB: hue angle of 295.38º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D480DB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212128219-
CMYK0.030.4200.14
HSL295.38º55.83%68.04%-
HSV(B)295.38º41.55%85.88%-
XYZ47.6634.5571.17-
YUV163.49159.33162.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 128 (50.39% from 255) = 22.90%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=37.92%
G=22.90%
B=39.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121282190.030.4200.14295.3855.8368.04
HexD480DB32A0E1273844
Octal32420033335201644770104
Binary11010100100000001101101111101010011101001001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480DB; }

 p { color: rgb(212,128,219); }

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

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

 a { background-color: rgb(212,128,219); }

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

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

 span { border-color: rgb(212,128,219); }

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