#D474DB

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

Shades of Orchid #D474DB

Tints of Orchid #D474DB

Color information

#D474DB (or 0xD474DB) is unknown color: approx Orchid. HEX triplet: D4, 74 and DB. RGB value is (212,116,219). Sum of RGB (Red+Green+Blue) = 212+116+219=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #D474DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474DB is #2B8B24. Grayscale: #9C9C9C. Windows color (decimal): -2853669 or 14382292. OLE color: 14382292.

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

Color convert

RGB212116219-
CMYK0.030.4700.14
HSL295.92º58.86%65.69%-
HSV(B)295.92º47.03%85.88%-
XYZ46.1831.670.68-
YUV156.45163.3167.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 116 (45.70% from 255) = 21.21%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=38.76%
G=21.21%
B=40.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121162190.030.4700.14295.9258.8665.69
HexD474DB32F0E1283b42
Octal32416433335701645073102
Binary1101010011101001101101111101111011101001010001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D474DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D474DB; }

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

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

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

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

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

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

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

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