#D478D7

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

Shades of Orchid #D478D7

Tints of Orchid #D478D7

Color information

#D478D7 (or 0xD478D7) is unknown color: approx Orchid. HEX triplet: D4, 78 and D7. RGB value is (212,120,215). Sum of RGB (Red+Green+Blue) = 212+120+215=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #D478D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478D7 is #2B8728. Grayscale: #9E9E9E. Windows color (decimal): -2852649 or 14121172. OLE color: 14121172.

HSL color Cylindrical-coordinate representation of color #D478D7: hue angle of 298.11º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D478D7 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212120215-
CMYK0.010.4400.16
HSL298.11º54.29%65.69%-
HSV(B)298.11º44.19%84.31%-
XYZ46.1332.3468.1-
YUV158.34159.98166.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 120 (47.27% from 255) = 21.94%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=38.76%
G=21.94%
B=39.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121202150.010.4400.16298.1154.2965.69
HexD478D712C01012a3642
Octal32417032715402045266102
Binary1101010011110001101011111011000100001001010101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D478D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D478D7; }

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

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

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

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

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

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

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

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