#D481DB

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

Shades of Orchid #D481DB

Tints of Orchid #D481DB

Color information

#D481DB (or 0xD481DB) is unknown color: approx Orchid. HEX triplet: D4, 81 and DB. RGB value is (212,129,219). Sum of RGB (Red+Green+Blue) = 212+129+219=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #D481DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481DB is #2B7E24. Grayscale: #A3A3A3. Windows color (decimal): -2850341 or 14385620. OLE color: 14385620.

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

Color convert

RGB212129219-
CMYK0.030.4100.14
HSL295.33º55.56%68.24%-
HSV(B)295.33º41.1%85.88%-
XYZ47.7934.8171.22-
YUV164.08159162.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=37.86%
G=23.04%
B=39.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121292190.030.4100.14295.3355.5668.24
HexD481DB3290E1273844
Octal32420133335101644770104
Binary11010100100000011101101111101001011101001001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D481DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D481DB; }

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

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

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

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

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

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

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

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