#d378e5

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

Shades of Orchid #D378E5

Tints of Orchid #D378E5

Color information

#D378E5 (or 0xD378E5) is unknown color: approx Orchid. HEX triplet: D3, 78 and E5. RGB value is (211,120,229). Sum of RGB (Red+Green+Blue) = 211+120+229=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #D378E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378E5 is #2C871A. Grayscale: #9F9F9F. Windows color (decimal): -2918171 or 15038675. OLE color: 15038675.

HSL color Cylindrical-coordinate representation of color #D378E5: hue angle of 290.09º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D378E5 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB211120229-
CMYK0.080.4800.10
HSL290.09º67.7%68.43%-
HSV(B)290.09º47.6%89.8%-
XYZ47.7232.9477.97-
YUV159.64167.15164.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.68%
GREEN value IS 120 (47.27% from 255) = 21.43%
BLUE value IS 229 (89.84% from 255) = 40.89%
R=37.68%
G=21.43%
B=40.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2111202290.080.4800.10290.0967.768.43
HexD378E58300A1224444
Octal3231703451060012442104104
Binary1101001111110001110010110001100000101010010001010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d378e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d378e5; }

 p { color: rgb(211,120,229); }

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

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

 a { background-color: rgb(211,120,229); }

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

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

 span { border-color: rgb(211,120,229); }

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