#D478D8

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

Shades of Orchid #D478D8

Tints of Orchid #D478D8

Color information

#D478D8 (or 0xD478D8) is unknown color: approx Orchid. HEX triplet: D4, 78 and D8. RGB value is (212,120,216). Sum of RGB (Red+Green+Blue) = 212+120+216=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #D478D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478D8 is #2B8727. Grayscale: #9E9E9E. Windows color (decimal): -2852648 or 14186708. OLE color: 14186708.

HSL color Cylindrical-coordinate representation of color #D478D8: hue angle of 297.5º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D478D8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212120216-
CMYK0.020.4400.15
HSL297.5º55.17%65.88%-
HSV(B)297.5º44.44%84.71%-
XYZ46.2632.3968.78-
YUV158.45160.48166.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 120 (47.27% from 255) = 21.90%
BLUE value IS 216 (84.77% from 255) = 39.42%
R=38.69%
G=21.90%
B=39.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121202160.020.4400.15297.555.1765.88
HexD478D822C0F12a3742
Octal32417033025401745267102
Binary1101010011110001101100010101100011111001010101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D478D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D478D8; }

 p { color: rgb(212,120,216); }

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

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

 a { background-color: rgb(212,120,216); }

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

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

 span { border-color: rgb(212,120,216); }

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