#D477DB

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

Shades of Orchid #D477DB

Tints of Orchid #D477DB

Color information

#D477DB (or 0xD477DB) is unknown color: approx Orchid. HEX triplet: D4, 77 and DB. RGB value is (212,119,219). Sum of RGB (Red+Green+Blue) = 212+119+219=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #D477DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477DB is #2B8824. Grayscale: #9D9D9D. Windows color (decimal): -2852901 or 14383060. OLE color: 14383060.

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

Color convert

RGB212119219-
CMYK0.030.4600.14
HSL295.8º58.14%66.27%-
HSV(B)295.8º45.66%85.88%-
XYZ46.5332.3170.8-
YUV158.21162.31166.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 119 (46.88% from 255) = 21.64%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=38.55%
G=21.64%
B=39.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121192190.030.4600.14295.858.1466.27
HexD477DB32E0E1283a42
Octal32416733335601645072102
Binary1101010011101111101101111101110011101001010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D477DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D477DB; }

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

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

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

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

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

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

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

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